Fix: Add sharp dependency for image optimization

This commit is contained in:
Khoa Vo 2026-01-01 16:59:41 +07:00
parent 423db6c60b
commit bc83f145fe

View file

@ -16,7 +16,8 @@
"next": "^14.2.0",
"postcss": "^8.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"sharp": "^0.33.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",