Last active
April 5, 2021 16:03
-
-
Save openhubdev/b93cd6b2f35e2a319fc4997668a409a2 to your computer and use it in GitHub Desktop.
Revisions
-
openhubdev revised this gist
Apr 5, 2021 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,19 @@ //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' } ] -
openhubdev created this gist
Apr 5, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ //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' } ] } }