Skip to content

Commit

Permalink
Updates redame with additionalFiles option
Browse files Browse the repository at this point in the history
  • Loading branch information
ehannes committed Oct 7, 2019
1 parent 769d57c commit 83d4446
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,23 @@ Stops Webpack from generating the .js.map files
];
}
```

### additionalFiles

Default: []

Additional files to move to the asset directory.

```javascript
// Your gatsby-config.js
{
plugins: [
{
resolve: "gatsby-plugin-asset-path",
options: {
additionalFiles: ['example.txt'],
},
},
];
}
```

0 comments on commit 83d4446

Please sign in to comment.