From da5065fffc00848b5a9493c636393e8c8413d4f2 Mon Sep 17 00:00:00 2001 From: Noah West <68435033+nWestie@users.noreply.github.com> Date: Sat, 30 Dec 2023 16:45:53 -0500 Subject: [PATCH] Remove imagemagick strip (#2028) I had added -strip arg to the imagemagick call as it is generally desirable to strip metadata from images before publishing them, however it seems to occasionally cause issues with jekyll-imagemagick auto-regeneration, regenerating images even when they have not changed. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 0175857..8f8f7a0 100644 --- a/_config.yml +++ b/_config.yml @@ -346,7 +346,7 @@ imagemagick: - ".tiff" - ".gif" output_formats: - webp: "-quality 85 -strip" + webp: "-quality 85" # ----------------------------------------------------------------------------- # Jekyll Diagrams