Skip to content

Commit

Permalink
fix: fix image path in meta tags again
Browse files Browse the repository at this point in the history
  • Loading branch information
WesselvanDam committed Oct 2, 2024
1 parent ea9a494 commit dd5f8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<meta property="og:type" content="website">
<meta property="og:title" content="Standaard Tokio Regels">
<meta property="og:description" content="The companion app for the game of Bas and Sil!">
<meta property="og:image" content="https://WesselvanDam.github.io/standaard_tokio_regels/assets/logo.png">
<meta property="og:image" content="https://WesselvanDam.github.io/standaard_tokio_regels/assets/assets/logo.png">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="1024">
<meta property="og:url" content="https://WesselvanDam.github.io/standaard_tokio_regels">
Expand Down

0 comments on commit dd5f8fe

Please sign in to comment.