From f882ee75c9586ab7494bf358003b6b5bbaad1339 Mon Sep 17 00:00:00 2001 From: CodeDevMLH Date: Sat, 21 Dec 2024 19:45:04 +0100 Subject: [PATCH] fix img path --- halloween.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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