Skip to content

Commit

Permalink
🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Mar 25, 2022
1 parent ed04610 commit e783b3d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import withBundleAnalyzer from '@next/bundle-analyzer'

export default withBundleAnalyzer({
// eslint-disable-next-line @typescript-eslint/no-var-requires
const withBundleAnalyzer = require('@next/bundle-analyzer')({
enabled: process.env.ANALYZE === 'true'
})({
})

module.exports = withBundleAnalyzer({
staticPageGenerationTimeout: 300,
images: {
domains: [
Expand Down

0 comments on commit e783b3d

Please sign in to comment.