mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-22 05:46:26 -08:00
add empty image which theoretically should work
This commit is contained in:
parent
eb1824a14e
commit
df185541a3
|
@ -159,7 +159,8 @@ app.get("/download/:fileId",(req,res) => {
|
||||||
<meta name="og:video:type" content="video.other">
|
<meta name="og:video:type" content="video.other">
|
||||||
<!-- honestly probably good enough for now -->
|
<!-- honestly probably good enough for now -->
|
||||||
<meta property="og:video:width" content="1280">
|
<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="">`
|
||||||
: ""
|
: ""
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue