next.js/test/e2e/i18n-data-route/next.config.js
next.config.js10 lines142 B
/**
 * @type {import('next').NextConfig}
 */
module.exports = {
  i18n: {
    locales: ['en-CA', 'fr-CA'],
    defaultLocale: 'en-CA',
  },
}
Quest for Codev2.0.0
/
SIGN IN