diff --git a/script.js b/script.js index fe258ad..fc7a74c 100644 --- a/script.js +++ b/script.js @@ -2,7 +2,7 @@ document.addEventListener("DOMContentLoaded", function() { const storiesContainer = document.getElementById("stories-container"); // Ambil data cerita dari URL - fetch("https://raw.githubusercontent.com/antheiz/mops/master/data.json") + fetch("https://raw.githubusercontent.com/papua-opensource/mops/master/data.json") .then(response => response.json()) .then(data => { // Tampilkan cerita dalam HTML