Remove i18n leftovers from experimenting

This commit is contained in:
rift 2024-07-24 15:42:11 -05:00
parent 0262ee9ff0
commit 68a8be1427

View file

@ -6,8 +6,4 @@ import icon from "astro-icon";
// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), icon()],
i18n: {
defaultLocale: "en-US",
locales: ["en-US", "jp"],
},
});