Skip to content

Commit 0b68382

Browse files
committed
docs: document metaChunk
1 parent 38ac579 commit 0b68382

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/reference/site-config.md

+7
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,13 @@ export default {
471471
}
472472
```
473473

474+
### metaChunk <Badge type="warning" text="experimental" />
475+
476+
- Type: `boolean`
477+
- Default: `false`
478+
479+
When set to `true`, extract pages metadata to a separate JavaScript chunk instead of inlining it in the initial HTML. This makes each page's HTML payload smaller and makes the pages metadata cacheable, thus reducing server bandwidth when you have many pages in the site.
480+
474481
### mpa <Badge type="warning" text="experimental" />
475482

476483
- Type: `boolean`

0 commit comments

Comments
 (0)