Fix error on build

This commit is contained in:
2024-04-02 19:54:37 +02:00
parent 884bcc45ee
commit 6ee0ad6807

View File

@ -45,4 +45,10 @@ export default defineNuxtConfig({
autoprefixer: {},
},
},
nitro: {
prerender: {
failOnError: false,
},
},
})