Skip to content

Commit

Permalink
Fixed twitter/og files
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Nov 27, 2024
1 parent ccf6742 commit f1d89f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/>
<meta
name="twitter:image"
content="/static/images/logo_twitter_cards_2025.jpg"
content="/static/images/logo_twitter_cards_2024.jpg"
/>
<meta name="twitter:image:alt" content="Riviera DEV" />
{/insert}
Expand All @@ -46,7 +46,7 @@
<meta property="og:url" content="{uriabs:Application.index}" />
<meta
property="og:image"
content="/static/images/logo_open_graph_2025.jpg"
content="/static/images/logo_open_graph_2024.jpg"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
Expand Down

0 comments on commit f1d89f7

Please sign in to comment.