Skip to content

Commit

Permalink
fix: Add siteUrl cohesionConfig from settings
Browse files Browse the repository at this point in the history
  • Loading branch information
julianajlk committed Nov 5, 2024
1 parent d3ce906 commit c2be3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cohesion.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const cohesionConfig = {
domainLabelWithExtension: 'edx.org',
postTypeGql: '',
homepageGql: '',
siteUrl: 'https://www.edx.org',
siteUrl: process.env.MARKETING_SITE_BASE_URL,
cmsUrl: process.env.NEXT_PUBLIC_WORDPRESS_URL || '',
cmsUser: process.env.WP_USER || '',
cmsPwd: process.env.WP_PWD || '',
Expand Down

0 comments on commit c2be3c1

Please sign in to comment.