mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
17 lines
319 B
JavaScript
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',
|
|
],
|
|
},
|
|
}
|