diff --git a/docs/reference/site-config.md b/docs/reference/site-config.md
index ec853063..e11f42b9 100644
--- a/docs/reference/site-config.md
+++ b/docs/reference/site-config.md
@@ -471,6 +471,13 @@ export default {
}
```
+### metaChunk
+
+- Type: `boolean`
+- Default: `false`
+
+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.
+
### mpa
- Type: `boolean`