From a6a5ece7981ba60d51a6dee261f9ed516dc2ab76 Mon Sep 17 00:00:00 2001 From: Pine Date: Wed, 5 Feb 2025 22:24:40 -0700 Subject: [PATCH] use local build --- client/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/public/index.html b/client/public/index.html index 7a19188..2fa055f 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -586,8 +586,8 @@

} // Temporary solution to force loading latest version - storedCdn = "latest"; - codeVersion = "latest"; + storedCdn = "local"; + codeVersion = "local"; if (window.RATEL_CDN_MAP.hasOwnProperty(codeVersion)) { if (codeVersion === "dev") {