From a7f0121ed79fc8fd9b946afaa880985142fd4119 Mon Sep 17 00:00:00 2001 From: bricel <165644+bricel@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:18:19 +0300 Subject: [PATCH] Update app-loader.js --- latest/live/app-loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/live/app-loader.js b/latest/live/app-loader.js index 482018d..2ab69a1 100644 --- a/latest/live/app-loader.js +++ b/latest/live/app-loader.js @@ -22,7 +22,7 @@ document.head.appendChild(link); } - const cdnUrl = 'https://cdn.circuitauction.com/stable/live'; + const cdnUrl = 'https://cdn.circuitauction.com/latest/live'; const styleUrl = `${cdnUrl}/style-${unifiedHash}.css`; const mainJsUrl = `${cdnUrl}/Main-${unifiedHash}.js`; const appJsUrl = `${cdnUrl}/app-${unifiedHash}.js`;