Update app/index.js
This commit is contained in:
parent
70f62f995e
commit
b34f2c5ddf
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ async function loadJSON(filename) {
|
|||
}
|
||||
|
||||
try {
|
||||
const response = await fetch(`https://pub-59370068cd854c158959e7ca4578e5bd.r2.dev/${filename}`); // ../assets/jsonqb/
|
||||
const response = await fetch(`../assets/jsonqb/${filename}`); // https://pub-59370068cd854c158959e7ca4578e5bd.r2.dev/
|
||||
|
||||
if (!response.ok) {
|
||||
throw new Error('Network response was not ok');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue