mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-05 14:48:03 +01:00
docs(nuxt.config): remove /api/* in cloudflare exclude
This commit is contained in:
@@ -50,8 +50,7 @@ export default defineNuxtConfig({
|
|||||||
clientBundle: {
|
clientBundle: {
|
||||||
scan: true,
|
scan: true,
|
||||||
includeCustomCollections: true
|
includeCustomCollections: true
|
||||||
},
|
}
|
||||||
serverBundle: 'remote'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
content: {
|
content: {
|
||||||
@@ -99,8 +98,7 @@ export default defineNuxtConfig({
|
|||||||
exclude: [
|
exclude: [
|
||||||
'/components/*',
|
'/components/*',
|
||||||
'/getting-started/*',
|
'/getting-started/*',
|
||||||
'/composables/*',
|
'/composables/*'
|
||||||
'/api/*'
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user