formatting

This commit is contained in:
2025-07-31 17:33:45 -05:00
parent 2b0467b059
commit c077baa3b7
4 changed files with 17 additions and 68 deletions

View File

@@ -3,5 +3,5 @@ import { docsLoader } from '@astrojs/starlight/loaders';
import { docsSchema } from '@astrojs/starlight/schema';
export const collections = {
docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }),
docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }),
};