Skip to content

Commit

Permalink
fix: new metadata url
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Feb 19, 2024
1 parent 4370565 commit 23bb209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ let zonage = {
}

window.addEventListener("load", async () => {
const response = await fetch(`${ALEXI_URL}/zonage.json`);
const response = await fetch(`${ALEXI_URL}/index.json`);
if (response.ok) {
zonage = await response.json();
}
Expand Down

0 comments on commit 23bb209

Please sign in to comment.