Skip to content

Commit

Permalink
use local build
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Feb 6, 2025
1 parent 365f185 commit a6a5ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,8 @@ <h4>
}

// 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") {
Expand Down

0 comments on commit a6a5ece

Please sign in to comment.