1
Fork 0

Update file index.js

This commit is contained in:
pirateIB 2025-03-04 10:18:30 +00:00
parent a7059d3929
commit ba18f17fb9

View file

@ -272,7 +272,7 @@ async function loadJSON(filename) {
}
try {
const response = await fetch(`https://pub-59370068cd854c158959e7ca4578e5bd.r2.dev/${filename}`);
const response = await fetch(`../assets/jsonqb/${filename}`);
if (!response.ok) {
throw new Error('Network response was not ok');
}