Aligned with upstream changes

This commit is contained in:
cond0r
2021-02-25 09:55:02 +02:00
parent d83367f257
commit f242f3c588
17 changed files with 77 additions and 47 deletions

View File

@@ -0,0 +1,11 @@
const providerConfig = require('./config.json')
module.exports = {
commerce: {
provider: 'shopify',
...providerConfig,
},
images: {
domains: ['cdn.shopify.com'],
},
}