Skip to content

Commit

Permalink
REACT_APP_URL_BASENAME (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou authored Oct 21, 2024
1 parent 7d39efa commit aef1c2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
REACT_APP_API_URL: "{{ url_for('get_conda_store_ui') }}",
REACT_APP_LOGIN_PAGE_URL: "{{ url_for('get_login_method') }}?next=",
REACT_APP_LOGOUT_PAGE_URL: "{{ url_for('post_logout_method') }}?next=/",
REACT_APP_URL_BASENAME: new URL("{{ url_for('get_conda_store_ui') }}").pathname
};
</script>
<script defer src="static/conda-store-ui/main.js"></script>
Expand Down

0 comments on commit aef1c2a

Please sign in to comment.