changed the wrong script

This commit is contained in:
Camille Frantz 2023-04-09 19:04:24 -05:00
parent 1beaa5b9b7
commit 97dacd3cd7
Signed by: fyrfli
SSH Key Fingerprint: SHA256:cyNGncrLxKXAgYC96dYNROnQKikLInzrpiMraZdqyhY
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const debugDisplay = document.querySelector(".debug");
let i = 0;
let quote_section = "";
fetch("assets/FavouriteQuotes.json")
fetch("https://cdn.fyrfli.link/FavouriteQuotes.json")
.then((response) => {
return response.json();
})