Skip to content

Commit

Permalink
force discord to see new OG Image (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Dec 20, 2024
1 parent c7d1d53 commit 28931cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/astro.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ export default defineConfig({
tag: 'meta',
attrs: {
property: 'og:image',
content: `${site}og.png?v=1`,
content: `${site}og.png?v=2`,
},
},
{
tag: 'meta',
attrs: {
property: 'twitter:image',
content: `${site}og.png?v=1`,
content: `${site}og.png?v=2`,
},
},
{
Expand Down

0 comments on commit 28931cd

Please sign in to comment.