Trying to fix sharp problem with astro-compress for vercel

This commit is contained in:
prototypa
2024-01-27 13:26:48 -05:00
parent d76396bfdf
commit 8209c6b617

View File

@ -44,21 +44,13 @@
"prettier": "^3.2.4", "prettier": "^3.2.4",
"prettier-plugin-astro": "^0.13.0", "prettier-plugin-astro": "^0.13.0",
"reading-time": "^1.5.0", "reading-time": "^1.5.0",
"sharp": "0.33.2",
"tailwind-merge": "^2.2.1", "tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.1",
"typescript": "^5.3.3" "typescript": "^5.3.3"
}, },
"overrides": { "optionalDependencies": {
"astro": { "@img/sharp-linux-x64": "0.33.2"
"sharp": "0.33.0"
},
"astro-compress": {
"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"