diff --git a/next-i18next.config.js b/next-i18next.config.js index 3af46ac2..37b9e91a 100644 --- a/next-i18next.config.js +++ b/next-i18next.config.js @@ -17,7 +17,7 @@ const config = { defaultNS: 'common', localePath: path.resolve('./public/locales'), reloadOnPrerender: process.env.NODE_ENV !== 'production', - debug: process.env.NODE_ENV !== 'production', + debug: false, //process.env.NODE_ENV !== 'production', nonExplicitSupportedLngs: true, cleanCode: true, react: { useSuspense: false },