feat(website): enable some experimental astro features

This commit is contained in:
Kjeld Schouten
2024-10-23 12:05:19 +02:00
parent 70633acc6c
commit 07b1a03cf8
+2 -1
View File
@@ -38,7 +38,8 @@ export default defineConfig({
output: "directory",
},
experimental: {
contentCollectionCache: false,
directRenderScript: true,
clientPrerender: true
},
integrations: [
starlight({