diff --git a/index.html b/index.html index 7bb33cd..3a104a9 100644 --- a/index.html +++ b/index.html @@ -48,23 +48,6 @@

Scan to share Menu

" > -
-

ICE CREAM DELIGHTS

- -
diff --git a/js/content-loader.js b/js/content-loader.js index f01f2b7..bfbf35f 100644 --- a/js/content-loader.js +++ b/js/content-loader.js @@ -1,6 +1,6 @@ async function fetchContentData() { try { - const response = await fetch("/data.json"); // Ensure the correct path to your JSON file + const response = await fetch("../data.json"); if (!response.ok) { throw new Error("Network response was not ok"); }