Skip to content

Commit b492a0c

Browse files
committed
fix: update PARAGON_THEME_URLS to fallback in local styles
1 parent 50de6e5 commit b492a0c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ ENTERPRISE_MARKETING_FOOTER_UTM_MEDIUM=''
3434
APP_ID=''
3535
MFE_CONFIG_API_URL=''
3636
DISPLAY_FEEDBACK_WIDGET='true'
37+
# Fallback in local style files
38+
PARAGON_THEME_URLS={}

.env.development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ ENTERPRISE_MARKETING_FOOTER_UTM_MEDIUM='Footer'
4040
APP_ID=''
4141
MFE_CONFIG_API_URL=''
4242
DISPLAY_FEEDBACK_WIDGET='false'
43+
# Fallback in local style files
44+
PARAGON_THEME_URLS={}

0 commit comments

Comments
 (0)