more 88x31

This commit is contained in:
Saahil dutta 2025-07-21 18:27:05 -04:00
parent acfa0f4ab2
commit 88f3e57b91
Signed by: neon
GPG key ID: 8A8B64515254CFC6
4 changed files with 122 additions and 15 deletions

View file

@ -5,7 +5,7 @@ export default defineNuxtConfig({
devtools: { enabled: true },
target: "static",
// make static output
ssr: false,
ssr: true,
nitro: {
preset: "static",
},