From ad25576afbdcffc69a5ef6d226b13c8d2636dd95 Mon Sep 17 00:00:00 2001 From: ctot-nondef Date: Thu, 16 May 2024 16:27:56 +0200 Subject: [PATCH] ci: setting prerender failOnError: false --- nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index ef39f25..0435ae9 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -65,6 +65,7 @@ export default defineNuxtConfig({ compressPublicAssets: true, prerender: { routes: ["/manifest.webmanifest", "/robots.txt", "/sitemap.xml"], + failOnError: false, }, }, postcss: {