Skip to content

Commit

Permalink
Merge pull request #1435 from culturecreates/hotfix/issue-1434
Browse files Browse the repository at this point in the history
hotfix: fixed issue with widget base url for production. closes #1434
  • Loading branch information
AbhishekPAnil authored Nov 7, 2024
2 parents 97bdb16 + 5750607 commit ab24835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ REACT_APP_FEATURE_FLAG_IMAGE_CROP=true
REACT_APP_ENV="production"
REACT_APP_INVITE_URL=" https://cms.footlight.io/join?invitationId="
REACT_APP_ACCEPT_URL=" https://cms.footlight.io/accept?invitationId="
REACT_APP_CALENDAR_WIDGET_BASE_URL="https://listing-widget.footlight.io/v0"
REACT_APP_CALENDAR_WIDGET_BASE_URL="https://listing-widget.footlight.io/v0/index.html"

0 comments on commit ab24835

Please sign in to comment.