next.js/test/e2e/app-dir/not-found-with-pages-i18n/next.config.js
next.config.js13 lines195 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  i18n: {
    locales: ['en-GB', 'en'],
    defaultLocale: 'en',
    localeDetection: false,
  },
}

module.exports = nextConfig
Quest for Codev2.0.0
/
SIGN IN