disable astro experimental stuff for now
This commit is contained in:
@@ -38,8 +38,8 @@ export default defineConfig({
|
||||
output: "directory",
|
||||
},
|
||||
experimental: {
|
||||
directRenderScript: true,
|
||||
clientPrerender: true
|
||||
directRenderScript: false,
|
||||
clientPrerender: false
|
||||
},
|
||||
integrations: [
|
||||
starlight({
|
||||
|
||||
Reference in New Issue
Block a user