Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DA-Assets committed Jul 15, 2024
1 parent fb54c30 commit 1612b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ window.addEventListener('resize', adjustImageRounding);
window.addEventListener('load', adjustImageRounding);

async function loadChangelog(assetType, divId) {
const response = await fetch('../files/webConfig.json');
const response = await fetch('https://da-assets.github.io/site/files/webConfig.json');
const data = await response.json();
const asset = data.assets.find(asset => asset.assetType === assetType);

Expand Down

0 comments on commit 1612b56

Please sign in to comment.