fix img path

This commit is contained in:
MLH
2024-12-21 19:45:04 +01:00
parent 3adbf22f27
commit f882ee75c9

View File

@@ -43,9 +43,9 @@ observer.observe(document.body, {
const images = [
"./web/seasonal/halloween_images/ghost_20x20.png",
"./web/seasonal/halloween_images/bat_20x20.png",
"./web/seasonal/halloween_images/pumpkin_20x20.png",
"./seasonals/halloween_images/ghost_20x20.png",
"./seasonals/halloween_images/bat_20x20.png",
"./seasonals/halloween_images/pumpkin_20x20.png",
];
// remove commented out image array to enable test site working, comment out above images array for that