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