diff --git a/.env.development b/.env.development index 6b0c450..4c4a6a9 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,6 @@ BASE_PATH=/ff GEN3_COMMONS_NAME=brh -NEXT_PUBLIC_GEN3_API=https://localhost +NEXT_PUBLIC_GEN3_API='' #NEXT_PUBLIC_GEN3_DOMAIN=https://localhost #NEXT_PUBLIC_GEN3_MDS_API=https://localhost #NEXT_PUBLIC_GEN3_AI_SEARCH_API=http://localhost:8089 diff --git a/.env.production b/.env.production index 1dd9d0f..b7293f2 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ BASE_PATH=/ff GEN3_COMMONS_NAME=brh -NEXT_PUBLIC_GEN3_API=https://localhost/ +NEXT_PUBLIC_GEN3_API='' #NEXT_PUBLIC_GEN3_DOMAIN=https://localhost/ diff --git a/config/brh/navigation.json b/config/brh/navigation.json index 8c1629a..d6f90f2 100644 --- a/config/brh/navigation.json +++ b/config/brh/navigation.json @@ -1,14 +1,14 @@ { "navigation": { "logo": { - "src": "/images/brh/logo.png", + "src": "/ff/images/brh/logo.png", "height": 256, "href": "/Discovery" }, "items": [ { "icon": "gen3:query", - "href": "https://brh.data-commons.org/discovery", + "href": "/discovery", "name": "Discovery", "classNames" : { "root": "border-opacity-50 border-blue", @@ -18,25 +18,25 @@ }, { "icon": "gen3:aisearch", - "href": "https://brh.data-commons.org/ff/Discovery", + "href": "/ff/AISearch", "name": "AI Search", "tooltip": "Use AI Based search to find relevant studies using a chat-like interface." }, { "name": "Workspace", - "href": "https://brh.data-commons.org/workspace", + "href": "/workspace", "icon": "gen3:workspace", "tooltip": "Gen3 workspaces are secure data analysis environments in the cloud that can access data from one or more data resources." }, { "name": "Example Analysis", - "href": "https://brh.data-commons.org/resource-browser", + "href": "/resource-browser", "icon": "gen3:bar-chart", "tooltip": "Learn how to use Jupyter Notebooks to explore and visualize data discovered in the Biomedical Research Hub by running a static tutorial notebook, or use one of these examples as a launching point for your own custom analysis." }, { "icon": "gen3:profile", - "href": "https://brh.data-commons.org/profile", + "href": "/profile", "name": "Profile", "tooltip": "Create API keys for programmatic data access, and review your authorization privileges to datasets and services." }