/** @type {import('next').Config} */ const nextConfig = { output: 'standalone', productionBrowserSourceMaps: false, }; export default nextConfig;