🧹 chore(astro): astro build

This commit is contained in:
Eshan Roy (Eshanized)
2024-06-19 02:19:14 +05:30
parent 74996af65d
commit 8aa6811802
121 changed files with 190 additions and 9421 deletions

6
src/content/config.ts Normal file
View File

@@ -0,0 +1,6 @@
import { defineCollection } from 'astro:content';
import { docsSchema } from '@astrojs/starlight/schema';
export const collections = {
docs: defineCollection({ schema: docsSchema() }),
};