Skip to content

Commit

Permalink
chore: Update og:url meta tag for better social media sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Jul 11, 2024
1 parent 9a292a6 commit c30563d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default defineNuxtConfig({
{ property: 'og:site_name', content: 'Osaka RubyKaigi 04' },
{ property: 'og:image', content: '/osaka04/ogp.png' },
{ property: 'og:description', content: '大阪Ruby会議は、大阪で定期的に開催しているRubyプログラミング言語に関するカンファレンスです。Rubyに関する知見・技術を共有し、またRubyistの交流の場として、皆様に楽しんでいただけるカンファレンスを目指しています。' },
{ property: 'og:url', content: 'https://osaka04.rubykaigi.org/' },
{ property: 'og:url', content: 'https://regional.rubykaigi.org/osaka04/' },
{ property: 'og:title', content: 'Osaka RubyKaigi 04' },
{ name: 'twitter:title', content: 'Osaka RubyKaigi 04' },
{ name: 'twitter:card', content: 'summary_large_image' },
Expand Down

0 comments on commit c30563d

Please sign in to comment.