full site update
This commit is contained in:
4
node_modules/astro/dist/core/constants.d.ts
generated
vendored
4
node_modules/astro/dist/core/constants.d.ts
generated
vendored
@@ -38,10 +38,6 @@ export declare const ROUTE_TYPE_HEADER = "X-Astro-Route-Type";
|
||||
* The value of the `component` field of the default 404 page, which is used when there is no user-provided 404.astro page.
|
||||
*/
|
||||
export declare const DEFAULT_404_COMPONENT = "astro-default-404.astro";
|
||||
/**
|
||||
* The value of the `component` field of the default 500 page, which is used when there is no user-provided 404.astro page.
|
||||
*/
|
||||
export declare const DEFAULT_500_COMPONENT = "astro-default-500.astro";
|
||||
/**
|
||||
* A response with one of these status codes will create a redirect response.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user