mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 15:06:59 +00:00
* new SFCC provider * add search * normalization + search * categories as search results * adress PR feedback * Update README.md * get all paths for SSG * product variants and options * Apply suggestions from code review Co-authored-by: Luis Alvarez D. <luis@vercel.com> * remove console log * prettier * clean console log * ran prettier * Updated readme * remove static data and revert config changes * set default site Co-authored-by: Luis Alvarez D. <luis@vercel.com> Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
13 lines
256 B
JavaScript
13 lines
256 B
JavaScript
const commerce = require('./commerce.config.json')
|
|
|
|
module.exports = {
|
|
commerce,
|
|
images: {
|
|
domains: [
|
|
'localhost',
|
|
'edge.disstg.commercecloud.salesforce.com',
|
|
'zzte-053.sandbox.us02.dx.commercecloud.salesforce.com',
|
|
],
|
|
},
|
|
}
|