fix: don't include full desktop path in deeplink redirect

This commit is contained in:
Mo Bitar
2021-11-09 18:13:43 -06:00
parent 0d5e348523
commit 8c3271bcb3
4 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
<meta name="og:description" content="Standard Notes is a basic notes app that delivers only the essentials in note taking. Because of its simplicity and resistance to growth, users can count on durability and convenience."/>
<script>
window._default_sync_server = "<%= ENV['SF_DEFAULT_SERVER'] %>";
window._default_sync_server = "<%= ENV['DEFAULT_SYNC_SERVER'] %>";
window._bugsnag_api_key = "<%= ENV['BUGSNAG_API_KEY'] %>";
window._enable_unfinished_features = "<%= ENV['ENABLE_UNFINISHED_FEATURES'] %>" === 'true';
window._websocket_url = "<%= ENV['WEBSOCKET_URL'] %>";