/** @type {import('next').NextConfig} */ const nextConfig = {}; const withBundleAnalyzer = require("@next/bundle-analyzer")({ enabled: process.env.ANALYZE === "true", }); module.exports = nextConfig; module.exports = withBundleAnalyzer({});