Skip to content

Commit

Permalink
Update next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahjibben committed Oct 14, 2024
1 parent 253cf92 commit 32b887e
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 32b887e

Please sign in to comment.