el.xwx.moe/next-i18next.config.js
Isaac Wise 7d43ed52a4
format
2024-07-22 17:50:24 -05:00

9 lines
199 B
JavaScript

/** @type {import('next-i18next').UserConfig} */
module.exports = {
i18n: {
defaultLocale: "en",
locales: ["en", "it"],
},
reloadOnPrerender: process.env.NODE_ENV === "development",
};