Remove i18n leftovers from experimenting
This commit is contained in:
parent
0262ee9ff0
commit
68a8be1427
1 changed files with 0 additions and 4 deletions
|
|
@ -6,8 +6,4 @@ import icon from "astro-icon";
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
integrations: [tailwind(), icon()],
|
integrations: [tailwind(), icon()],
|
||||||
i18n: {
|
|
||||||
defaultLocale: "en-US",
|
|
||||||
locales: ["en-US", "jp"],
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue