commerce/packages/kibocommerce/next.config.js
2022-01-14 13:33:59 -05:00

13 lines
293 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'],
},
}