From 7794404be273f44a37b3cb5ce7f40b0002ad85f7 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Mon, 6 Mar 2023 22:27:48 +0100 Subject: [PATCH] feat: abort images by default (#157) --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 3189326..adde6f0 100644 --- a/src/index.js +++ b/src/index.js @@ -65,7 +65,7 @@ const prerender = async ( headers, gotOpts, timeout = REQ_TIMEOUT, - abortTypes = ['stylesheet', 'font'], + abortTypes = ['image', 'stylesheet', 'font'], ...opts } ) => {