Skip to content

Commit

Permalink
Rename the og image to invalidate cache
Browse files Browse the repository at this point in the history
Signed-off-by: Damian Stasik <[email protected]>
  • Loading branch information
damianstasik committed Sep 4, 2024
1 parent 0b15498 commit 4175b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/>
<meta
name="twitter:image:src"
content="https://add-og-tags-and-images.registry-ui-dxi.pages.dev/og.png"
content="https://add-og-tags-and-images.registry-ui-dxi.pages.dev/open-graph.png"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="OpenTofu Registry" />
Expand All @@ -19,7 +19,7 @@
/>
<meta
property="og:image"
content="https://add-og-tags-and-images.registry-ui-dxi.pages.dev/og.png"
content="https://add-og-tags-and-images.registry-ui-dxi.pages.dev/open-graph.png"
/>
<meta property="og:title" content="OpenTofu Registry" />
<meta property="og:locale" content="en" />
Expand Down
File renamed without changes

0 comments on commit 4175b36

Please sign in to comment.