We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca1c52 commit e9b235aCopy full SHA for e9b235a
next.config.mjs
@@ -5,11 +5,6 @@ import remarkMermaid from "remark-mermaid";
5
import rehypePrism from "@mapbox/rehype-prism";
6
import rehypeSlug from 'rehype-slug';
7
import rehypeAutolinkHeadings from 'rehype-autolink-headings';
8
-import bundleAnalyzer from "@next/bundle-analyzer";
9
-
10
-const withBundleAnalyzer = bundleAnalyzer({
11
- enabled: process.env.ANALYZE === 'true',
12
-});
13
14
/** @type {import('next').NextConfig} */
15
const nextConfig = {
@@ -178,4 +173,4 @@ const withMDX = nextMDX({
178
173
},
179
174
});
180
175
181
-export default withBundleAnalyzer(withMDX(nextConfig));
176
+export default withMDX(nextConfig);
0 commit comments