Skip to content

Commit 3c60cb7

Browse files
committed
Add site alias
1 parent c0725e9 commit 3c60cb7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/pwa-kit-create-app/assets/bootstrap/js/config/default.js.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

packages/pwa-kit-create-app/assets/templates/@salesforce/retail-react-app/config/default.js.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)