mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-13 16:15:02 +02:00
🧹 chore(astro): astro build
This commit is contained in:
6
src/content/config.ts
Normal file
6
src/content/config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { defineCollection } from 'astro:content';
|
||||
import { docsSchema } from '@astrojs/starlight/schema';
|
||||
|
||||
export const collections = {
|
||||
docs: defineCollection({ schema: docsSchema() }),
|
||||
};
|
Reference in New Issue
Block a user