Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Dec 29, 2020
1 parent ab65feb commit 0ce8690
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions test/integration/i18n-support-catchall/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,5 @@ module.exports = {
i18n: {
locales: ['nl-NL', 'nl-BE', 'nl', 'fr-BE', 'fr', 'en-US', 'en'],
defaultLocale: 'en-US',
domains: [
{
// used for testing, this should not be needed in most cases
// as production domains should always use https
http: true,
domain: 'example.be',
defaultLocale: 'nl-BE',
locales: ['nl', 'nl-NL', 'nl-BE'],
},
{
http: true,
domain: 'example.fr',
defaultLocale: 'fr',
locales: ['fr-BE'],
},
],
},
}

0 comments on commit 0ce8690

Please sign in to comment.