Skip to content

Commit

Permalink
disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Dec 6, 2023
1 parent 02ed996 commit ac0daf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next-i18next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit ac0daf8

Please sign in to comment.