Update next-i18next.config.js for italian language

This commit is contained in:
Danilo 2024-07-07 19:36:20 +02:00 committed by GitHub
parent 7edd7f893b
commit 479995366a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
module.exports = {
i18n: {
defaultLocale: "en",
locales: ["en"],
locales: ["en","it"],
},
reloadOnPrerender: process.env.NODE_ENV === "development",
};