Skip to content

Commit

Permalink
Merge pull request #534 from pycontw/fix/og-img
Browse files Browse the repository at this point in the history
fix: outdated og-img
  • Loading branch information
SivanYeh authored Jun 5, 2024
2 parents c03352d + abbc097 commit 6523dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default {
{
hid: 'og:image',
property: 'og:image',
content: 'https://tw.pycon.org/2023/og-img.jpg',
content: `https://tw.pycon.org/${conferenceYear}/og-img.jpg`,
},
{
hid: 'og:url',
Expand Down

0 comments on commit 6523dfb

Please sign in to comment.