Skip to content

Commit

Permalink
Update src/config.ts
Browse files Browse the repository at this point in the history
Co-authored-by: eecavanna <134325062+eecavanna@users.noreply.github.com>
  • Loading branch information
yxu-lanl and eecavanna authored Sep 13, 2024
1 parent f52c758 commit cebeea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ const config: Config = {
env.VITE_NMDC_SERVER_API_URL || "https://data-dev.microbiomedata.org",

/**
* The base URL of the NMDC submission-schema.
* The base URL of the NMDC submission-schema documentation website.
*
* Default: `https://microbiomedata.github.io/submission-schema`
*/
NMDC_SCHEMA_BASE_URL:
env.VITE_NMDC_SCHEMA_BASE_URL || "https://microbiomedata.github.io/submission-schema",
NMDC_SUBMISSION_SCHEMA_DOCS_BASE_URL:
env.VITE_NMDC_SUBMISSION_SCHEMA_DOCS_BASE_URL || "https://microbiomedata.github.io/submission-schema",

/**
* Whether to show a warning that the user is on a development site.
Expand Down

0 comments on commit cebeea4

Please sign in to comment.