From b49997cd1d65e54740e20570fab29488560104d2 Mon Sep 17 00:00:00 2001 From: Farnabaz Date: Thu, 7 Nov 2024 17:35:25 +0100 Subject: [PATCH] docs: update collection definition --- docs/content.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content.config.ts b/docs/content.config.ts index d6403bd33..d35a48651 100644 --- a/docs/content.config.ts +++ b/docs/content.config.ts @@ -4,7 +4,7 @@ export const collections = { docs: defineCollection({ type: 'page', source: { - path: 'docs/**', + include: 'docs/**', prefix: '/docs', }, schema: z.object({