diff --git a/nuxt.config.ts b/nuxt.config.ts index 3b3d718..eb77454 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -45,4 +45,10 @@ export default defineNuxtConfig({ autoprefixer: {}, }, }, + + nitro: { + prerender: { + failOnError: false, + }, + }, })