const withBundleAnalyzer = require('@next/bundle-analyzer')({ enabled: process.env.ANALYZE === 'true', }); module.exports = withBundleAnalyzer({ reactStrictMode: true, eslint: { ignoreDuringBuilds: true, }, experimental: { outputStandalone: true, }, });