/** @type {import('next').NextConfig} */ const nextConfig = { i18n: { locales: ["en"], defaultLocale: "en", }, reactStrictMode: true, output: 'standalone', }; module.exports = nextConfig