From 8849247964350c4f3dc623c459030e8a2cef876c Mon Sep 17 00:00:00 2001 From: rpdeshaies Date: Mon, 9 Dec 2024 13:43:39 -0500 Subject: [PATCH] content config --- src/content.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content.config.ts b/src/content.config.ts index c69a02c..0d284d9 100644 --- a/src/content.config.ts +++ b/src/content.config.ts @@ -1,4 +1,3 @@ -import { docsSchema } from "@astrojs/starlight/schema"; import { glob } from "astro/loaders"; import { defineCollection, reference, z } from "astro:content"; @@ -77,5 +76,5 @@ export const collections = { _locale: z.string().optional(), }), }), - docs: defineCollection({ schema: docsSchema() }), + // docs: defineCollection({ schema: docsSchema() }), };