From b9f80f9787b0855536a2ef5c589d4d916d90ce70 Mon Sep 17 00:00:00 2001 From: Aria Date: Mon, 10 Mar 2025 12:39:24 +1100 Subject: [PATCH] additional fix to compress-images.sh --- compress-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compress-images.sh b/compress-images.sh index 9e33115..76ea633 100755 --- a/compress-images.sh +++ b/compress-images.sh @@ -10,7 +10,7 @@ fi if command -v oxipng >/dev/null 2>&1 ; then echo "oxipng found" - oxipng -o max -a -r ./public + oxipng -o max -a -r ./dist else echo "oxipng was not found! install with your package manager, cargo or get the binary from the github" echo "https://github.com/shssoichiro/oxipng/releases/latest"