chore: update dockerfile

This commit is contained in:
Mauricio Siu
2024-11-17 10:40:34 -06:00
parent 9efd2e3d5c
commit d3304052b0
3 changed files with 13 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
/** @type {import('next-i18next').UserConfig} */
module.exports = {
i18n: {
defaultLocale: "en",
locales: ["en", "zh-Hans"],
localeDetection: false,
},
fallbackLng: "en",
keySeparator: false,
};

View File

@@ -1,10 +1,2 @@
/** @type {import('next-i18next').UserConfig} */
module.exports = {
i18n: {
defaultLocale: "en",
locales: ["en", "zh-Hans"],
localeDetection: false,
},
fallbackLng: "en",
keySeparator: false,
};
import config from "./next-i18next.config.cjs";
export default config;