neurobagel / query-tool

User interface for searching across Neurobagel graph
https://query.neurobagel.org/
MIT License
2 stars 1 forks source link

Make app `path` configurable #226

Closed rmanaem closed 1 month ago

rmanaem commented 1 month ago

Currently, the path for the app in react-router-dom is configured to / so any custom configuration (e.g., caddy, nginx, etc) that tries to deploy the app on a path other than / results in a 404 error (like below in dev mode). To address this we want to make this path configurable via the env var NB_QUERY_PATH.

Image

neurobagel-bot[bot] commented 1 month ago

:rocket: Issue was released in v0.3.0 :rocket: