Skip to content

Commit

Permalink
Update CDN URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertaboukhalil committed Aug 19, 2022
1 parent 389b347 commit 609b537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { wrap } from "comlink";
import AioliWorker from "./worker?worker&inline";

// Constants
const URL_CDN_ROOT = "https://biowasm-v3-stg.robert.workers.dev/cdn/v3";
const URL_CDN_ROOT_STG = "https://biowasm-v3-stg.robert.workers.dev/cdn/v3";
const URL_CDN_ROOT = "https://biowasm.com/cdn/v3";
const URL_CDN_ROOT_STG = "https://stg.biowasm.com/cdn/v3";
const CONFIG_DEFAULTS = {
// Biowasm CDN URLs
urlCDN: URL_CDN_ROOT,
Expand Down

0 comments on commit 609b537

Please sign in to comment.