fix experimentalNoScripts for treee
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
2025-11-09 17:57:19 +07:00
parent 3f28105ce2
commit 6caedc84dd
+2 -1
View File
@@ -103,6 +103,7 @@ export default defineNuxtConfig({
"*": { experimentalNoScripts: true }, // one level deep, render all pages statically
"posts/*": { experimentalNoScripts: true }, // one level deep, render all post pages statically
"fonts": { experimentalNoScripts: false }, // except /fonts
"tree/*": { experimentalNoScripts: false }, // except /tree
"tree": { experimentalNoScripts: false }, // except /tree
"tree/*": { experimentalNoScripts: false }, // except /tree/*
}
})