Skip to content

Commit 7160b66

Browse files
committed
fix bug with previous commit
1 parent d6e1daf commit 7160b66

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

info/src/content.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { defineCollection } from "astro:content";
2+
import { docsLoader } from "@astrojs/starlight/loaders";
3+
import { docsSchema } from "@astrojs/starlight/schema";
4+
5+
export const collections = {
6+
docs: defineCollection({
7+
loader: docsLoader(),
8+
schema: docsSchema(),
9+
}),
10+
};

0 commit comments

Comments
 (0)