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