Skip to content

Commit 37cfe14

Browse files
committed
update types
1 parent ff3ee54 commit 37cfe14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ declare module '@sveltejs/kit' {
480480
*/
481481
crawl?: boolean;
482482
/**
483-
* An array of pages to prerender, or start crawling from (if `crawl: true`). The `*` string includes all non-dynamic routes (i.e. pages with no `[parameters]`, because SvelteKit doesn't know what value the parameters should have).
483+
* An array of pages to prerender, or start crawling from (if `crawl: true`). The `*` string includes all routes containing no required `[parameters]` with optional parameters included as being empty (since SvelteKit doesn't know what value any parameters should have).
484484
* @default ["*"]
485485
*/
486486
entries?: Array<'*' | `/${string}`>;

0 commit comments

Comments
 (0)