Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Latest commit

 

History

History
50 lines (47 loc) · 1.05 KB

File metadata and controls

50 lines (47 loc) · 1.05 KB

This fork was created from the hlxsites/aem-boilerplate-commerce for Adobe Summit 2025.

It is being archived.

Code: this repo Content: https://da.live/#/adobe-commerce/archived-adobe-demo-store Config:

{
	"version": 1,
	"code": {
		"owner": "adobe-commerce",
		"repo": "adobe-demo-store",
		"source": {
			"type": "github",
			"url": "https://github.com/adobe-commerce/adobe-demo-store"
		}
	},
	"content": {
		"source": {
			"url": "https://content.da.live/adobe-commerce/adobe-demo-store/",
			"type": "markup"
		}
	},
	"folders": {
		"/products/": "/products/default",
		"/apparel": "/categories/default",
		"/office": "/categories/default",
		"/lifestyle": "/categories/default",
		"/bags": "/categories/default",
		"/collections": "/categories/default"
	},
	"sidekick": {
		"project": "Boilerplate",
		"editUrlLabel": "Document Authoring",
		"editUrlPattern": "https://da.live/edit#/adobe-commerce/adobe-demo-store{{pathname}}",
		"plugins": [
		]
	},
	"headers": {
		"/**": [
			{
				"key": "access-control-allow-origin",
				"value": "*"
			}
		]
	}
}