temporary disable experimentalNoScripts

This commit is contained in:
2025-10-05 14:13:02 +07:00
parent c0ba4e534f
commit dab1294404
+5 -4
View File
@@ -104,8 +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
// }
}) })