diff --git a/next.config.js b/next.config.js index 2e4ef34..f804348 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,10 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + i18n: { + locales: ["en"], + defaultLocale: "en", + }, reactStrictMode: true, output: 'standalone', };