Fix: Add sharp dependency for image optimization
This commit is contained in:
parent
423db6c60b
commit
bc83f145fe
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue