This commit is contained in:
Travis Fischer
2022-03-25 09:33:42 -04:00
parent ed0461037c
commit e783b3dac7

View File

@@ -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: [