FEAT(deps): add sharp for image opt

- Add sharp ^0.33.5 to dependencies
- Fixes image optimization errors in standalone build
- Required for Next.js Image component in production
This commit is contained in:
2025-11-24 14:29:38 +09:00
parent 585d2ced11
commit e6b0693256

View File

@@ -24,6 +24,7 @@
"react": "19.2.0",
"react-dom": "19.2.0",
"shadcn": "^3.5.0",
"sharp": "^0.33.5",
"tailwind-merge": "^3.3.1",
"three": "^0.181.0"
},