fix path of content config file

This commit is contained in:
Joel Wetzell
2026-03-16 18:06:13 -05:00
parent d42018544c
commit 56cd32e564
-6
View File
@@ -1,6 +0,0 @@
import { defineCollection } from 'astro:content';
import { docsSchema } from '@astrojs/starlight/schema';
export const collections = {
docs: defineCollection({ schema: docsSchema() }),
};