Skip to content

Commit

Permalink
Update local main site URL in HelpDot
Browse files Browse the repository at this point in the history
  • Loading branch information
amyevans committed Jul 14, 2023
1 parent 6d81fbb commit be628bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ GEM
zeitwerk (2.6.0)

PLATFORMS
arm64-darwin-21
arm64-darwin-22
x86_64-darwin-20
x86_64-darwin-21
Expand All @@ -270,4 +271,4 @@ DEPENDENCIES
webrick (~> 1.7)

BUNDLED WITH
2.4.3
2.3.24
2 changes: 1 addition & 1 deletion docs/_includes/CONST.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% if jekyll.environment == "production" %}
{% assign MAIN_SITE_URL = "https://new.expensify.com" %}
{% else %}
{% assign MAIN_SITE_URL = "http://localhost:8080" %}
{% assign MAIN_SITE_URL = "http://localhost:8082" %}
{% endif %}

{% capture CONCIERGE_CHAT_URL %}{{MAIN_SITE_URL}}/concierge{% endcapture %}

0 comments on commit be628bb

Please sign in to comment.