Skip to content

Commit

Permalink
🐛 fix: update Open Graph image path to include images directory
Browse files Browse the repository at this point in the history
  • Loading branch information
watzon committed Nov 13, 2024
1 parent 0ead39d commit 1dbacba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layouts/main.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- Open Graph -->
<meta property="og:title" content="Paste69">
<meta property="og:description" content="Paste69 is an fast and open source pastebin, file bin, and link shortener written in Go.">
<meta property="og:image" content="{{baseUrl}}/public/0x45-og.png">
<meta property="og:image" content="{{baseUrl}}/public/images/0x45-og.png">
<meta property="og:url" content="{{baseUrl}}">
</head>
<body>
Expand Down

0 comments on commit 1dbacba

Please sign in to comment.