mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] format
This commit is contained in:
parent
97c8760d78
commit
ae766f31fe
1 changed files with 1 additions and 1 deletions
|
@ -382,5 +382,5 @@ function getStatus(matchedRoute?: MatchedRoute): 404 | 500 | undefined {
|
||||||
}
|
}
|
||||||
|
|
||||||
function has404Route(manifest: ManifestData): RouteData | undefined {
|
function has404Route(manifest: ManifestData): RouteData | undefined {
|
||||||
return manifest.routes.find((route) => route.route === '/404')
|
return manifest.routes.find((route) => route.route === '/404');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue