Trying to fix sharp problem with astro-compress for vercel

This commit is contained in:
prototypa
2024-01-27 13:18:01 -05:00
parent 5600b9a457
commit d76396bfdf

View File

@ -56,6 +56,10 @@
"sharp": "0.33.0" "sharp": "0.33.0"
} }
}, },
"resolutions": {
"astro/sharp": "0.33.0",
"astro-compress/sharp": "0.33.0"
},
"engines": { "engines": {
"node": ">=18.14.1" "node": ">=18.14.1"
} }