Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 200e7b0

Browse files
committed
feat: add PARAGON_THEME_URLS to .env files
1 parent 91563a8 commit 200e7b0

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ NEW_RELIC_LICENSE_KEY=null
1717
APP_ID=''
1818
MFE_CONFIG_API_URL=''
1919
SITEWIDE_BANNER_CONTENT = ""
20+
# Fallback in local style files
21+
PARAGON_THEME_URLS={}

.env.development

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ IS_NEW_SLUG_FORMAT_ENABLED='false'
2222
MARKETING_SITE_PREVIEW_URL_ROOT=''
2323
COURSE_URL_SLUGS_PATTERN = '{}'
2424
SITEWIDE_BANNER_CONTENT = ""
25+
# Fallback in local style files
26+
PARAGON_THEME_URLS={}

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ ADDITIONAL_METADATA_REQUIRED_FIELDS='{}'
99
IS_NEW_SLUG_FORMAT_ENABLED='false'
1010
MARKETING_SITE_PREVIEW_URL_ROOT=''
1111
COURSE_URL_SLUGS_PATTERN = `{}`;
12+
PARAGON_THEME_URLS=

0 commit comments

Comments
 (0)