next.js/test/e2e/app-dir/i18n-hybrid/next.config.js
next.config.js7 lines115 B
module.exports = {
  i18n: {
    defaultLocale: 'en-CA',
    locales: ['en-CA', 'en-US', 'fr-CA', 'fr-FR'],
  },
}
Quest for Codev2.0.0
/
SIGN IN