/** * @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, poweredByHeader: false, typescript: { ignoreBuildErrors: true, }, swcMinify: true, productionBrowserSourceMaps: true, }; module.exports = nextConfig;