Skip to content

Commit

Permalink
Embed fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianGT500 committed Jan 18, 2024
1 parent 638bd5b commit 4aa2d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1322,8 +1322,8 @@ app.get('/view/:filename', async (req, res) => {

if (isImage) {
metaTag = `<meta property="og:image" content="${BASE_URL}/uploads/${username}/${filename}" />
<meta property="og:image:secure_url" content="${BASE_URL}/uploads/${username}/${filename}" />
<meta property="og:type" content="image.other"/>
<meta property="og:image" content="${BASE_URL}/uploads/${username}/${filename}" />
<meta property="og:image:secure_url" content="${BASE_URL}/uploads/${username}/${filename}" />
<meta property="og:image:type" content="image.other" />
<meta property="og:image:alt" content="BILD" />
Expand Down

0 comments on commit 4aa2d9c

Please sign in to comment.