diff --git a/nuxt.config.ts b/nuxt.config.ts index 527382a..dc2e9fb 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -75,8 +75,9 @@ export default defineNuxtConfig({ ssr: false, nitro: { prerender: { - routes: [], crawlLinks: false, + routes: [], // tidak prerender apa pun + ignore: ['/', '/index'], // pastikan route root tidak di-prerender } },