diff --git a/next.config.mjs b/next.config.mjs index c1f7e79..07658d2 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,15 +1,4 @@ -import bundleAnalyzer from '@next/bundle-analyzer'; - -const withBundleAnalyzer = bundleAnalyzer({ - enabled: process.env.ANALYZE === 'true', -}); - -export default withBundleAnalyzer({ - reactStrictMode: false, - eslint: { - ignoreDuringBuilds: true, - }, -}); +import nextConfig from next const nextConfig = { output: "export",