1 2 3 4 5 6 7 8 9 10/** @type {import('next').NextConfig} */ module.exports = { reactStrictMode: true, i18n: { locales: ["en", "es"], defaultLocale: "en", localeDetection: true, }, };
1 2 3 4 5 6 7 8 9 10
/** @type {import('next').NextConfig} */ module.exports = { reactStrictMode: true, i18n: { locales: ["en", "es"], defaultLocale: "en", localeDetection: true, }, };