full site update

This commit is contained in:
2025-07-24 18:46:24 +02:00
parent bfe2b90d8d
commit 37a6e0ab31
6912 changed files with 540482 additions and 361712 deletions

View File

@@ -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.
*/