mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Old Config
This commit is contained in:
@@ -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({
|
||||
},
|
||||
]
|
||||
},
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user