From d76396bfdfa413f331966b704fd26b7225cc03ea Mon Sep 17 00:00:00 2001 From: prototypa Date: Sat, 27 Jan 2024 13:18:01 -0500 Subject: [PATCH] Trying to fix sharp problem with astro-compress for vercel --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 99ccab4..450775d 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,10 @@ "sharp": "0.33.0" } }, + "resolutions": { + "astro/sharp": "0.33.0", + "astro-compress/sharp": "0.33.0" + }, "engines": { "node": ">=18.14.1" }