mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 01:40:34 +01:00
docs(nuxt.config): put back /api/* in cloudflare exclude
This commit is contained in:
@@ -98,7 +98,8 @@ export default defineNuxtConfig({
|
|||||||
exclude: [
|
exclude: [
|
||||||
'/components/*',
|
'/components/*',
|
||||||
'/getting-started/*',
|
'/getting-started/*',
|
||||||
'/composables/*'
|
'/composables/*',
|
||||||
|
'/api/*'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user