Skip to content

Commit

Permalink
twitter タグ書いてみた
Browse files Browse the repository at this point in the history
  • Loading branch information
yamashitafumihiro committed Oct 30, 2024
1 parent 1cfd3f3 commit 6e94d67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<meta property="og:description" content="140文字以上の思ったことを書いています" />
<meta property="og:image" content="https://fumiweb.net/images/technology.png" />
<meta property="og:url" content="https://fumiweb.net" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="個人的なブログサイト"/>
<meta name="twitter:url" content="https://fumiweb.net" />
<meta name="twitter:description" content="140文字以上の思ったことを書いています" />
<meta name="twitter:image" content="https://fumiweb.net/images/technology.png" />
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 6e94d67

Please sign in to comment.