diff --git a/nuxt.config.ts b/nuxt.config.ts index 03799f4..527382a 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -73,6 +73,12 @@ export default defineNuxtConfig({ }, ssr: false, + nitro: { + prerender: { + routes: [], + crawlLinks: false, + } + }, }); \ No newline at end of file