Skip to content

Commit

Permalink
hotfix: fixed issue with widget base url for production. closes #1434
Browse files Browse the repository at this point in the history
  • Loading branch information
syam babu committed Nov 7, 2024
1 parent 97bdb16 commit 5750607
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 5750607

Please sign in to comment.