We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0f800 commit 2311f51Copy full SHA for 2311f51
site-config/lungmap/prod/config.ts
@@ -10,7 +10,7 @@ import { makeConfig } from "../dev/config";
10
const BROWSER_URL = "https://data-browser.lungmap.net";
11
const DATA_URL = HCA_DATA_URL;
12
const PORTAL_URL = HCA_PORTAL_URL;
13
-const CATALOG = "lm8";
+const CATALOG = "lm9";
14
15
const config: SiteConfig = {
16
...makeConfig(BROWSER_URL, PORTAL_URL, DATA_URL, GIT_HUB_REPO_URL, CATALOG),
0 commit comments