/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, output: 'standalone', images: { domains: ['localhost'], unoptimized: true, }, }; export default nextConfig;