diff --git a/astro-i18next.config.ts b/astro-i18next.config.ts index a5a275af0..539545585 100644 --- a/astro-i18next.config.ts +++ b/astro-i18next.config.ts @@ -2,5 +2,5 @@ export default { defaultLocale: "en", showDefaultLocale: true, - locales: ["en", "zh", "es"], + locales: ["en", "zh"], }