mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 19:51:23 +00:00
Aligned with upstream changes
This commit is contained in:
11
framework/shopify/next.config.js
Normal file
11
framework/shopify/next.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const providerConfig = require('./config.json')
|
||||
|
||||
module.exports = {
|
||||
commerce: {
|
||||
provider: 'shopify',
|
||||
...providerConfig,
|
||||
},
|
||||
images: {
|
||||
domains: ['cdn.shopify.com'],
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user