Skip to content

Commit

Permalink
ci: update reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 authored Nov 9, 2023
1 parent c53ff79 commit 2dd0288
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/content/docs/en/reference/configuration-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1166,3 +1166,23 @@ Controls the routing strategy to determine your site URLs.
Note: Astro requires all content to exist within a `/[lang]/` folder, even for the default language.


### experimental.contentCollectionCache

<p>

**Type:** `boolean`<br />
**Default:** `false`<br />
<Since v="3.5.0" />
</p>

Enables a persistent cache for content collections when building in static mode.

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


0 comments on commit 2dd0288

Please sign in to comment.