Skip to content

Commit

Permalink
Update README.md specifing blacklist regex can only be used when usin…
Browse files Browse the repository at this point in the history
…g spank.config.js
  • Loading branch information
juljimm committed Dec 5, 2020
1 parent 510be2c commit a4f8eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spank can also be used without a config. Use `npx spank --help` for parameters.
|concurrently|`3`| Max simultaneous running jobs |
|eventName|| If specified, HTMLs aren't saved till the page has emitted the event.|
|host|`http://jsdom.ssr`|Simulated host |
|blacklist|[]|List of paths to be ignored. Regular expressions are supported|
|blacklist|[]|List of paths to be ignored. Regular expressions are supported when using spank.config.js|
|depth|2|How far to crawl any path in the sitemap|
|ssrOptions|{}|Options to be passed to [tossr](https://github.com/roxiness/tossr#config)|
---
Expand Down

0 comments on commit a4f8eb0

Please sign in to comment.