diff --git a/drmifo/index.html b/drmifo/index.html index c08e072..ff82245 100644 --- a/drmifo/index.html +++ b/drmifo/index.html @@ -144,7 +144,7 @@ }, { threshold: 0.3 }); cards.forEach(card => observer.observe(card)); - fetch("/schedule.json") + fetch("/drmifo/schedule.json") .then(response => response.json()) .then(data => { const table = document.getElementById("scheduleTable");