From 609b53734a2c13a0f0aacb5c6e2e0164602c9de7 Mon Sep 17 00:00:00 2001 From: Robert Aboukhalil Date: Fri, 19 Aug 2022 07:14:47 -0700 Subject: [PATCH] Update CDN URLs --- src/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index d2728ba..8d6c365 100644 --- a/src/main.js +++ b/src/main.js @@ -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,