mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
docs(nuxt.config): disable nitro.prerender.failOnError
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user