/** @type {import('next').NextConfig} */ const nextConfig = { output: 'standalone', productionBrowserSourceMaps: false, }; module.exports = nextConfig;