mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 10:28:13 +08:00
Add build for deployment using jinja2 templating for url base
This commit is contained in:
+3
-1
@@ -35,12 +35,14 @@ export const tiniestFontSize = 12;
|
||||
|
||||
export const bolder = 700;
|
||||
|
||||
export const API = {
|
||||
export let API = {
|
||||
// prefix: "http://api.clustering.czi.technology/api/",
|
||||
prefix: "http://api-staging.clustering.czi.technology/api/",
|
||||
version: "v0.1/",
|
||||
}
|
||||
|
||||
if (window.CELLXGENE && window.CELLXGENE.API) API = window.CELLXGENE.API;
|
||||
|
||||
export const accentFont = "Georgia,Times,Times New Roman,serif";
|
||||
export const maxParagraphWidth = 600;
|
||||
export const maxControlsWidth = 800;
|
||||
|
||||
Reference in New Issue
Block a user