docs(nuxt.config): disable nitro.prerender.failOnError

This commit is contained in:
Benjamin Canac
2025-02-15 13:28:34 +01:00
parent 847d4aa752
commit fabf42735e

View File

@@ -97,7 +97,8 @@ export default defineNuxtConfig({
// '/api/pulls.json'
],
crawlLinks: true,
autoSubfolderIndex: false
autoSubfolderIndex: false,
failOnError: false
},
cloudflare: {
pages: {
@@ -155,6 +156,7 @@ export default defineNuxtConfig({
image: {
provider: 'ipx'
},
llms: {
domain: 'https://ui3.nuxt.dev',
title: 'Nuxt UI v3',