Skip to content

Commit

Permalink
Update documentation/docs/14-configuration.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
  • Loading branch information
Rich-Harris and benmccann committed Dec 28, 2021
1 parent 59f05be commit 129a6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/14-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ An object containing zero or more of the following `string` values:

See [Prerendering](#ssr-and-javascript-prerender). An object containing zero or more of the following:

- `concurrency` — how many pages can be prerendered simultaneously. In cases where prerendering performance is network-bound (for example loading content from a remote CMS) this can speed things up
- `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
- `crawl` — determines whether SvelteKit should find pages to prerender by following links from the seed page(s)
- `enabled` — set to `false` to disable prerendering altogether
- `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]` )
Expand Down

0 comments on commit 129a6d5

Please sign in to comment.