Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
100gle committed Nov 11, 2023
1 parent 4f36c36 commit bed7fb4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/content/docs/zh-cn/reference/configuration-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1130,3 +1130,22 @@ export defualt defineConfig({

注意:Astro 要求所有内容都存在于 `/[lang]/` 文件夹中,即使是默认语言也是如此。


### experimental.contentCollectionCache

<p>

**类型:** `boolean`<br />
**默认值:** `false`<br />
<Since v="3.5.0" />
</p>

在静态模式下构建时,启用内容集合的持久性缓存。

```js
{
experimental: {
contentCollectionCache: true,
},
}
```

0 comments on commit bed7fb4

Please sign in to comment.