I wonder why does next-i18next need next-i18next.config.js.
My guess is that i18n-related data declared in next.config.js can be pulled out, but I wonder why it needs to exist as a separate file. In my case, Front is configured as a monorepo, so in that case i need to create next-i18next.config.js in every monorepo.
Having a separate file creates a lot of additional work, which is inconvenient. Is there a solution?
I pushed the contents of i18next.config.js into next.config.js.