add empty image which theoretically should work

This commit is contained in:
split / May 2023-08-01 23:47:12 +00:00
parent eb1824a14e
commit df185541a3

View file

@ -159,7 +159,8 @@ app.get("/download/:fileId",(req,res) => {
<meta name="og:video:type" content="video.other">
<!-- honestly probably good enough for now -->
<meta property="og:video:width" content="1280">
<meta property="og:video:height" content="720">`
<meta property="og:video:height" content="720">
<meta property="og:image" content="">`
: ""
)
)