Updated to Astro 5. Cruft removed.

This commit is contained in:
Christoph Haas 2025-01-21 20:10:04 +01:00
parent 510ecc2094
commit 97c36c6a42
11 changed files with 819 additions and 1344 deletions

View file

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