diff --git a/nuxt.config.ts b/nuxt.config.ts index dc2e9fb..361a94a 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -74,12 +74,8 @@ export default defineNuxtConfig({ ssr: false, nitro: { - prerender: { - crawlLinks: false, - routes: [], // tidak prerender apa pun - ignore: ['/', '/index'], // pastikan route root tidak di-prerender - } - }, + preset: "static" + } }); \ No newline at end of file