File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
packages/pwa-kit-create-app/assets
templates/@salesforce/retail-react-app/config Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ module.exports = {
5252 defaultSite: '{{ answers.project.commerce.siteId }} ',
5353 // Provide aliases for your sites. These will be used in place of your site id when generating paths throughout the application.
5454 // siteAliases: {
55- // RefArch: 'us'
55+ // RefArch: 'us',
56+ // RefArchGlobal: 'global'
5657 // },
5758 // The sites for your app, which is imported from sites.js
5859 sites,
Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ module.exports = {
5454 defaultSite: '{{ answers.project.commerce.siteId }} ',
5555 // Provide aliases for your sites. These will be used in place of your site id when generating paths throughout the application.
5656 // siteAliases: {
57- // RefArch: 'us'
57+ // RefArch: 'us',
58+ // RefArchGlobal: 'global'
5859 // },
5960 // The sites for your app, which is imported from sites.js
6061 sites,
You can’t perform that action at this time.
0 commit comments