diff --git a/astro-i18next.config.ts b/astro-i18next.config.ts index 539545585..d191ee33b 100644 --- a/astro-i18next.config.ts +++ b/astro-i18next.config.ts @@ -3,4 +3,5 @@ export default { defaultLocale: "en", showDefaultLocale: true, locales: ["en", "zh"], + load: ["server", "client"], }