const path = require("path"); // /** // * @type {import('next-i18next').UserConfig} // */ // module.exports = { // i18n: { // defaultLocale: "en", // // Please ensure the locales are listed in alphabetical order. // locales: [ // "en", // "zh-CN", // ], // }, // localePath: path.resolve("./public/locales"), // reloadOnPrerender: true, // };