fix img path
This commit is contained in:
@@ -43,9 +43,9 @@ observer.observe(document.body, {
|
|||||||
|
|
||||||
|
|
||||||
const images = [
|
const images = [
|
||||||
"./web/seasonal/halloween_images/ghost_20x20.png",
|
"./seasonals/halloween_images/ghost_20x20.png",
|
||||||
"./web/seasonal/halloween_images/bat_20x20.png",
|
"./seasonals/halloween_images/bat_20x20.png",
|
||||||
"./web/seasonal/halloween_images/pumpkin_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
|
// remove commented out image array to enable test site working, comment out above images array for that
|
||||||
|
Reference in New Issue
Block a user