Improve opengraph compatibility.

This commit is contained in:
Cameron Redmore 2025-02-15 12:38:58 +00:00
parent 4b685ad01e
commit df5396cff8
7 changed files with 361 additions and 12 deletions

View file

@ -15,7 +15,13 @@
"dotenv": "^16.4.7",
"fastify": "^5.2.1",
"mime-types": "^2.1.35",
"sanitize-filename": "^1.6.3"
"sanitize-filename": "^1.6.3",
"sharp": "^0.33.5"
},
"type": "module"
"type": "module",
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
]
}
}