//next.config.js module.exports = { i18n: { locales: ['en-US', ‘fr’, 'ko'], domains: [ { domain: yourdomain.com', defaultLocale: 'en-US' }, { domain: yourdomain.fr', defaultLocale: 'fr' } , { domain: yourdomain.kr', defaultLocale: 'ko' } ] } }