From e7037574524b9cc2205afde701ea61705c89e7dd Mon Sep 17 00:00:00 2001 From: CodeDevMLH Date: Sat, 21 Dec 2024 19:28:04 +0100 Subject: [PATCH] add comment for test site img array --- autumn.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autumn.js b/autumn.js index d7d4063..ef4cb12 100644 --- a/autumn.js +++ b/autumn.js @@ -63,6 +63,9 @@ const images = [ "./web/seasonal/autumn_images/leaf14.png", "./web/seasonal/autumn_images/leaf15.png", ];*/ + +// remove commented out image array to enable test site working, comment out above images array for that + const images = [ "./images/acorn1.png", "./images/acorn2.png",