diff --git a/halloween.js b/halloween.js index a36caec..0984858 100644 --- a/halloween.js +++ b/halloween.js @@ -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