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