From ba18f17fb9b9677bae6b9d09ee7af0a2c1fa3427 Mon Sep 17 00:00:00 2001 From: pirateIB <20496203-ibdocs.2@users.noreply.gitlab.com> Date: Tue, 4 Mar 2025 10:18:30 +0000 Subject: [PATCH] Update file index.js --- app/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.js b/app/index.js index c1e15c0..3edc84d 100644 --- a/app/index.js +++ b/app/index.js @@ -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'); }