Refactor routing in App component to enhance navigation and improve error handling by integrating dynamic routes and updating the NotFound route.
This commit is contained in:
6
node_modules/astro/dist/prerender/utils.d.ts
generated
vendored
Normal file
6
node_modules/astro/dist/prerender/utils.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { AstroConfig } from '../@types/astro.js';
|
||||
export declare function getPrerenderDefault(config: AstroConfig): boolean;
|
||||
/**
|
||||
* Returns the correct output directory of the SSR build based on the configuration
|
||||
*/
|
||||
export declare function getOutputDirectory(config: AstroConfig): URL;
|
Reference in New Issue
Block a user