commerce/packages/kibocommerce/src/next.config.cjs
2022-04-20 15:29:34 +05:00

17 lines
319 B
JavaScript

const commerce = require('./commerce.config.json')
module.exports = {
commerce,
serverRuntimeConfig: {
// Will only be available on the server side
kiboAuthTicket: null,
},
images: {
domains: [
'd1slj7rdbjyb5l.cloudfront.net',
'cdn-tp1.mozu.com',
'cdn-sb.mozu.com',
],
},
}