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