| /** | |
| * @type {import('next').NextConfig} | |
| */ | |
| module.exports = { | |
| i18n: { | |
| locales: ['en-CA', 'fr-CA'], | |
| defaultLocale: 'en-CA', | |
| }, | |
| } | |
| /** | |
| * @type {import('next').NextConfig} | |
| */ | |
| module.exports = { | |
| i18n: { | |
| locales: ['en-CA', 'fr-CA'], | |
| defaultLocale: 'en-CA', | |
| }, | |
| } | |