Working config for next.js with gfm plus i18next?
Unanswered
French Spaniel posted this in #help-forum
French SpanielOP
I've a next.js site that I am trying to get I18next and internationalization routing for. Because of GFM I'm required to use next.config.mjs instead of the plain .js, which is a problem for the module.exports required for i18n config. Does anyone have a working next.config.mjs and next-i18next.config.js from a project with i18n support plus gfm?