From dab1294404fa34c5e96860f7cfdcc5619a8b1574 Mon Sep 17 00:00:00 2001 From: Techit Thawiang Date: Sun, 5 Oct 2025 14:13:02 +0700 Subject: [PATCH] temporary disable experimentalNoScripts --- nuxt.config.ts | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 49d7f1b..70292ba 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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 + // } }) \ No newline at end of file