Skip to content

Commit b9d598c

Browse files
committed
fix docs
1 parent 2b29075 commit b9d598c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

documentation/docs/50-api-reference/10-configuration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ const config = {
5555
prerender: {
5656
concurrency: 1,
5757
crawl: true,
58-
enabled: true,
5958
entries: ['*'],
6059
handleHttpError: 'fail',
6160
handleMissingId: 'fail',
@@ -253,7 +252,6 @@ See [Prerendering](/docs/page-options#prerender). An object containing zero or m
253252

254253
- `concurrency` — how many pages can be prerendered simultaneously. JS is single-threaded, but in cases where prerendering performance is network-bound (for example loading content from a remote CMS) this can speed things up by processing other tasks while waiting on the network response
255254
- `crawl` — determines whether SvelteKit should find pages to prerender by following links from the seed page(s)
256-
- `enabled` — set to `false` to disable prerendering altogether
257255
- `entries` — 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)
258256
- `handleHttpError`
259257

0 commit comments

Comments
 (0)