/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, images: { domains: [process.env.NEXT_PUBLIC_BASE_URL], }, i18n: { defaultLocale: 'fa', locales: ['fa'], localeDetection: false, }, } module.exports = nextConfig