This commit is contained in:
Belen Curcio
2020-10-26 10:20:34 -03:00
parent 2f1eefc5cc
commit f3d506e271
10 changed files with 460 additions and 54 deletions

View File

@@ -1,4 +1,8 @@
module.exports = {
const withBundleAnalyzer = require('@next/bundle-analyzer')({
enabled: process.env.ANALYZE === 'true',
})
module.exports = withBundleAnalyzer({
images: {
sizes: [320, 480, 820, 1200, 1600],
domains: ['cdn11.bigcommerce.com'],
@@ -36,4 +40,4 @@ module.exports = {
},
]
},
}
})