Skip to content

Commit

Permalink
Update app-loader.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bricel committed Sep 23, 2024
1 parent 569ab87 commit a7f0121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latest/live/app-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down

0 comments on commit a7f0121

Please sign in to comment.