Skip to content

Commit

Permalink
feat: abort images by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 6, 2023
1 parent 9b83728 commit 6e56f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const prerender = async (
headers,
gotOpts,
timeout = REQ_TIMEOUT,
abortTypes = ['stylesheet', 'font'],
abortTypes = ['image', 'stylesheet', 'font'],
...opts
}
) => {
Expand Down

0 comments on commit 6e56f6f

Please sign in to comment.