Skip to content

Commit

Permalink
fix aspect ratio of Twitter card
Browse files Browse the repository at this point in the history
  • Loading branch information
myokoym committed May 12, 2020
1 parent 63e38d0 commit 359e8ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
{ property: 'og:url', content: 'https://shogiwebroom.herokuapp.com/' },
{ property: 'og:title', content: '将棋ウェブルーム' },
{ property: 'og:description', content: 'ブラウザで気軽に将棋盤を囲めるWebアプリ。ログイン不要、URL共有で何人でも入室可。リアルタイム同期、ドラッグ&ドロップ対応、スマートフォン・タブレット対応、簡易チャット機能などが特徴。研究会などにお使いください。' },
{ property: 'og:image', content: 'https://shogiwebroom.herokuapp.com/logo.png' },
{ property: 'og:image', content: 'https://shogiwebroom.herokuapp.com/logo-twitter-card.png' },
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
Expand Down
Binary file added static/logo-twitter-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 359e8ba

Please sign in to comment.