From be5361349e706f73ab01dfff49582c42727dcceb Mon Sep 17 00:00:00 2001 From: Irwan Cahyono Date: Thu, 7 Aug 2025 23:30:08 +0700 Subject: [PATCH] nuxt config --- nuxt.config.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 1f04bf9..16e390b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -73,5 +73,11 @@ export default defineNuxtConfig({ }, ssr: false, + nitro: { + prerender: { + crawlLinks: false, + routes: ["/"] + } + } }); \ No newline at end of file