Improve opengraph compatibility.
This commit is contained in:
parent
4b685ad01e
commit
df5396cff8
7 changed files with 361 additions and 12 deletions
10
package.json
10
package.json
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue