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