Skip to content

Commit 9642e42

Browse files
committed
chore: update LungMAP default catalog to lm8 (#4333)
1 parent 4d8ed8f commit 9642e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site-config/lungmap/prod/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { makeConfig } from "../dev/config";
1010
const BROWSER_URL = "https://data-browser.lungmap.net";
1111
const DATA_URL = HCA_DATA_URL;
1212
const PORTAL_URL = HCA_PORTAL_URL;
13-
const CATALOG = "lm7";
13+
const CATALOG = "lm8";
1414

1515
const config: SiteConfig = {
1616
...makeConfig(BROWSER_URL, PORTAL_URL, DATA_URL, GIT_HUB_REPO_URL, CATALOG),

0 commit comments

Comments
 (0)