temporary disable experimentalNoScripts
This commit is contained in:
+5
-4
@@ -104,8 +104,9 @@ export default defineNuxtConfig({
|
||||
experimental: {
|
||||
// inlineSSRStyles: false,
|
||||
},
|
||||
routeRules: {
|
||||
"*": { experimentalNoScripts: true }, // one level deep, render all pages statically
|
||||
"posts/*": { experimentalNoScripts: true }, // one level deep, render all post pages statically
|
||||
}
|
||||
// routeRules: {
|
||||
// "*": { experimentalNoScripts: true }, // one level deep, render all pages statically
|
||||
// "posts/*": { experimentalNoScripts: true }, // one level deep, render all post pages statically
|
||||
// "posts": { experimentalNoScripts: false }, // enable js on /posts
|
||||
// }
|
||||
})
|
||||
Reference in New Issue
Block a user