From 84fc8c7c8812d70c4805db6c017575bb3232b250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Tue, 26 Nov 2024 18:34:14 +0100 Subject: [PATCH] chore: remove all exclude --- docs/nuxt.config.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index 86f37d0b..e68e0a23 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -104,11 +104,7 @@ export default defineNuxtConfig({ cloudflare: { pages: { routes: { - exclude: [ - '/components/*', - '/getting-started/*', - '/composables/*' - ] + exclude: [] } } }