Skip to content

Commit 0ef369d

Browse files
author
yarrow.love
committed
Update docs.
1 parent 567bcdd commit 0ef369d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/content/4.api/3.configuration.md

+7
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,13 @@ Toggles the document-driven mode.
411411
| `injectPage` | `boolean` | Inject `[...slug].vue` pre-configured page |
412412
| `trailingSlash` | `boolean` | Add a slash at the end of `canonical` and `og:url` |
413413

414+
## `useCache`
415+
416+
- Type: `boolean`
417+
- Default: `true`
418+
419+
When `true`, the production server (`nuxt start`) will use cached version of the content (generated after running `nuxt build`) instead of parsing files. This improves app startup time, but makes app unaware of any content changes.
420+
414421
## `respectPathCase`
415422

416423
- Type: `boolean`{lang=ts}

0 commit comments

Comments
 (0)