Skip to content

Commit

Permalink
Remove i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Lamb committed Feb 10, 2024
1 parent 093c616 commit 7419a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/content/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { docsSchema, i18nSchema } from "@astrojs/starlight/schema";
import { docsSchema } from "@astrojs/starlight/schema";
import { defineCollection } from "astro:content";

export const collections = {
docs: defineCollection({ schema: docsSchema() }),
i18n: defineCollection({ type: "data", schema: i18nSchema() }),
};
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "astro/tsconfigs/strict",
"extends": "astro/tsconfigs/strict"
}

0 comments on commit 7419a33

Please sign in to comment.