Old Config

This commit is contained in:
Belen Curcio
2020-10-26 10:49:21 -03:00
parent 876cadf8b8
commit 351725d322
6 changed files with 57 additions and 21 deletions

View File

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