nuxt config

This commit is contained in:
Irwan Cahyono 2025-08-07 23:30:08 +07:00
parent 522c3f369b
commit be5361349e

View File

@ -73,5 +73,11 @@ export default defineNuxtConfig({
}, },
ssr: false, ssr: false,
nitro: {
prerender: {
crawlLinks: false,
routes: ["/"]
}
}
}); });