Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
NapoII committed Mar 31, 2024
1 parent ade3d0e commit c3babeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ <h1>Netcup Osterei-Angebote 2024</h1>
const eggContainer = document.getElementById('eggContainer');

// Verzeichnis mit den JSON-Dateien
const directory = '/eggs_2024';

const directory = '/netcup_egg_tracker/eggs_2024';

// Basis-URL für die Bilder
const imageURLBase = 'https://www.netcup.de/static/assets/images/eastern/';
Expand Down Expand Up @@ -91,4 +91,4 @@ <h2>${title}</h2>
window.onload = loadEggs;
</script>
</body>
</html>
</html>

0 comments on commit c3babeb

Please sign in to comment.