From c4b2e22abbe8bebae9ef0cc401990718f2795c71 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sat, 27 Jan 2024 13:32:05 -0500 Subject: [PATCH] Trying to fix sharp problem with astro-compress for vercel --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 4430dce..ef61f75 100644 --- a/package.json +++ b/package.json @@ -49,9 +49,6 @@ "tailwindcss": "^3.4.1", "typescript": "^5.3.3" }, - "optionalDependencies": { - "@img/sharp-linux-x64": "0.33.2" - }, "engines": { "node": ">=18.14.1" }