Skip to content

Commit

Permalink
chore: Update meta tags and HTML attributes for better SEO and social…
Browse files Browse the repository at this point in the history
… media sharing
  • Loading branch information
ydah committed Jul 11, 2024
1 parent b1e604e commit 9a292a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,18 @@ export default defineNuxtConfig({
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ name: 'description', content: '大阪Ruby会議は、大阪で定期的に開催しているRubyプログラミング言語に関するカンファレンスです。Rubyに関する知見・技術を共有し、またRubyistの交流の場として、皆様に楽しんでいただけるカンファレンスを目指しています。' },
{ property: 'og:type', content: 'website' },
{ 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:title', content: 'Osaka RubyKaigi 04' },
{ name: 'twitter:title', content: 'Osaka RubyKaigi 04' },
{ name: 'twitter:card', content: 'summary_large_image' },
{ name: 'twitter:site', content: '@rubykansai' },
{ name: 'twitter:image', content: '/osaka04/ogp.png' },
{ name: 'twitter:description', content: '大阪Ruby会議は、大阪で定期的に開催しているRubyプログラミング言語に関するカンファレンスです。Rubyに関する知見・技術を共有し、またRubyistの交流の場として、皆様に楽しんでいただけるカンファレンスを目指しています。' },
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/osaka04/favicon.ico' },
Expand Down

0 comments on commit 9a292a6

Please sign in to comment.