chore: remove all exclude

This commit is contained in:
Sébastien Chopin
2024-11-26 18:34:14 +01:00
committed by GitHub
parent 1becead74e
commit 84fc8c7c88

View File

@@ -104,11 +104,7 @@ export default defineNuxtConfig({
cloudflare: {
pages: {
routes: {
exclude: [
'/components/*',
'/getting-started/*',
'/composables/*'
]
exclude: []
}
}
}