next.js/test/integration/i18n-support-same-page-hash-change/next.config.js
next.config.js7 lines88 B
module.exports = {
  i18n: {
    locales: ['en', 'fr'],
    defaultLocale: 'en',
  },
}
Quest for Codev2.0.0
/
SIGN IN