Skip to content

Commit c4077e5

Browse files
[autofix.ci] apply automated fixes
1 parent b1d8afd commit c4077e5

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

starlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"sharp": "^0.32.5",
1616
"starlight-videos": "^0.1.0"
1717
}
18-
}
18+
}

starlight/src/content.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ import { docsSchema } from "@astrojs/starlight/schema";
44
import { videosSchema } from "starlight-videos/schemas";
55

66
export const collections = {
7-
docs: defineCollection({ loader: docsLoader(), schema: docsSchema({ extend: videosSchema }) }),
7+
docs: defineCollection({
8+
loader: docsLoader(),
9+
schema: docsSchema({ extend: videosSchema }),
10+
}),
811
};

0 commit comments

Comments
 (0)