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