From 632b9c6747b2244dc0accb3b205a6bd4f08ca45b Mon Sep 17 00:00:00 2001 From: skyjebus Date: Fri, 10 Nov 2023 15:15:17 -0500 Subject: [PATCH] Added instructions for copying images from the public/images folder into the project's image folder to ensure that the images are properly processed and organized. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 352c174..157993e 100644 --- a/readme.md +++ b/readme.md @@ -27,3 +27,4 @@ 1. place images in images folder 2. ~~place favicon in favicon folder (DEPRECATED)~~ 3. process images/favicon with the `yarn images` command +4. copy images from public/images into your project's image folder