We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c26d16 commit ec76e8fCopy full SHA for ec76e8f
2 files changed
apps/docs/biome.json
@@ -0,0 +1,8 @@
1
+{
2
+ "$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
3
+ "extends": "//",
4
+ "root": false,
5
+ "files": {
6
+ "includes": ["**", "!.astro"]
7
+ }
8
+}
apps/docs/src/content.config.ts
@@ -1,7 +1,7 @@
-import { defineCollection } from 'astro:content';
-import { docsLoader } from '@astrojs/starlight/loaders';
-import { docsSchema } from '@astrojs/starlight/schema';
+import { defineCollection } from "astro:content";
+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() }),
};
0 commit comments