Skip to content

Commit

Permalink
docs(nuxt.config): put back /api/* in cloudflare exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Sep 25, 2024
1 parent 9cb863b commit eb07566
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ export default defineNuxtConfig({
exclude: [
'/components/*',
'/getting-started/*',
'/composables/*'
'/composables/*',
'/api/*'
]
}
}
Expand Down

0 comments on commit eb07566

Please sign in to comment.