From e13298c03c97dcd2cb802c2fbbd2e5e6e9dbd13b Mon Sep 17 00:00:00 2001 From: Rauri Rochford Date: Tue, 10 Mar 2020 12:44:15 +1100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f79ec9b..2563975 100644 --- a/README.md +++ b/README.md @@ -133,9 +133,9 @@ Stops Webpack from generating the .js.map files ### paths -Default: `["static", "icons", "page-data"]` +Default: `["static", "page-data"]` -The paths of files/folders to be moved to the asset directory. +The paths of files/folders to be moved to the asset directory. Do not add `icons` since these are copied and duplicated across `/public/icons/` and `/public/${assetPrefix}/`. ```javascript // Your gatsby-config.js