feat(website): enable some experimental astro features
This commit is contained in:
@@ -38,7 +38,8 @@ export default defineConfig({
|
|||||||
output: "directory",
|
output: "directory",
|
||||||
},
|
},
|
||||||
experimental: {
|
experimental: {
|
||||||
contentCollectionCache: false,
|
directRenderScript: true,
|
||||||
|
clientPrerender: true
|
||||||
},
|
},
|
||||||
integrations: [
|
integrations: [
|
||||||
starlight({
|
starlight({
|
||||||
|
|||||||
Reference in New Issue
Block a user