mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
ran prettier
This commit is contained in:
parent
ce28ea2c00
commit
eb1527ed8d
@ -6,8 +6,8 @@
|
|||||||
2. `yarn` in root folder
|
2. `yarn` in root folder
|
||||||
3. `yarn dev` in root folder
|
3. `yarn dev` in root folder
|
||||||
|
|
||||||
|
|
||||||
## Features:
|
## Features:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"provider": "sfcc",
|
"provider": "sfcc",
|
||||||
@ -22,19 +22,19 @@
|
|||||||
```
|
```
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
- SDK: https://github.com/SalesforceCommerceCloud/commerce-sdk
|
- SDK: https://github.com/SalesforceCommerceCloud/commerce-sdk
|
||||||
- isomorphic SDK (currently not used atm): https://github.com/SalesforceCommerceCloud/commerce-sdk-isomorphic
|
- isomorphic SDK (currently not used atm): https://github.com/SalesforceCommerceCloud/commerce-sdk-isomorphic
|
||||||
- PWA Kit storefront example: https://pwa-kit.mobify-storefront.com/
|
- PWA Kit storefront example: https://pwa-kit.mobify-storefront.com/
|
||||||
|
|
||||||
## Training Material and Documentation:
|
## Training Material and Documentation:
|
||||||
|
|
||||||
For a detailed introduction into commerce clouds feature set and data setup please refer to our Training Material and Documentation:
|
For a detailed introduction into commerce clouds feature set and data setup please refer to our Training Material and Documentation:
|
||||||
|
|
||||||
- [Salesforce Trailhead for B2C Commerce Cloud](https://trailhead.salesforce.com/en/content/learn/trails/cc-overview)
|
- [Salesforce Trailhead for B2C Commerce Cloud](https://trailhead.salesforce.com/en/content/learn/trails/cc-overview)
|
||||||
- [Salesforce Trailhead for Development on B2C Commerce Cloud](https://trailhead.salesforce.com/en/content/learn/trails/develop-for-commerce-cloud)
|
- [Salesforce Trailhead for Development on B2C Commerce Cloud](https://trailhead.salesforce.com/en/content/learn/trails/develop-for-commerce-cloud)
|
||||||
|
|
||||||
- [B2C Commerce Cloud Documentation](https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp)
|
- [B2C Commerce Cloud Documentation](https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp)
|
||||||
|
|
||||||
- [B2C Commerce Cloud Open Commerce API Doc](https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/OCAPI/current/usage/OpenCommerceAPI.html?cp=0_15)
|
- [B2C Commerce Cloud Open Commerce API Doc](https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/OCAPI/current/usage/OpenCommerceAPI.html?cp=0_15)
|
||||||
- [Developer Center for Commerce Cloud (Commerce APIs specifically)](https://developer.salesforce.com/docs/commerce/commerce-api/overview)
|
- [Developer Center for Commerce Cloud (Commerce APIs specifically)](https://developer.salesforce.com/docs/commerce/commerce-api/overview)
|
||||||
|
|
||||||
- [SLAS Org Admin Setup Guide](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=slas-admin:Summary)
|
- [SLAS Org Admin Setup Guide](https://developer.salesforce.com/docs/commerce/commerce-api/references?meta=slas-admin:Summary)
|
||||||
|
@ -3,6 +3,10 @@ const commerce = require('./commerce.config.json')
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
commerce,
|
commerce,
|
||||||
images: {
|
images: {
|
||||||
domains: ['localhost', 'edge.disstg.commercecloud.salesforce.com', 'zzte-053.sandbox.us02.dx.commercecloud.salesforce.com'],
|
domains: [
|
||||||
|
'localhost',
|
||||||
|
'edge.disstg.commercecloud.salesforce.com',
|
||||||
|
'zzte-053.sandbox.us02.dx.commercecloud.salesforce.com',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user