Fix error on build

This commit is contained in:
2024-04-02 19:54:37 +02:00
parent 7af1c1f1d9
commit e5c170a94b
+6
View File
@@ -45,4 +45,10 @@ export default defineNuxtConfig({
autoprefixer: {},
},
},
nitro: {
prerender: {
failOnError: false,
},
},
})