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