Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
raurir committed Mar 10, 2020
1 parent 1279472 commit e13298c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e13298c

Please sign in to comment.