mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
[ci] format
This commit is contained in:
parent
e76aa8391e
commit
6b69db97d9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import { ForbiddenRewrite } from './errors/errors-data.js';
|
|||
import { AstroError, AstroErrorData } from './errors/index.js';
|
||||
import { callMiddleware } from './middleware/callMiddleware.js';
|
||||
import { sequence } from './middleware/index.js';
|
||||
import { redirectIsExternal, renderRedirect } from './redirects/render.js';
|
||||
import { renderRedirect } from './redirects/render.js';
|
||||
import { type Pipeline, Slots, getParams, getProps } from './render/index.js';
|
||||
import { isRoute404or500, isRouteExternalRedirect, isRouteServerIsland } from './routing/match.js';
|
||||
import { copyRequest, getOriginPathname, setOriginPathname } from './routing/rewrite.js';
|
||||
|
|
Loading…
Add table
Reference in a new issue