mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
13 lines
293 B
JavaScript
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'],
|
|
},
|
|
}
|