Skip to content

Commit

Permalink
add og image
Browse files Browse the repository at this point in the history
  • Loading branch information
taepras committed Jun 11, 2021
1 parent 833cbb8 commit b574e2d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,27 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>เข้าใจภาษีแบบเห็นภาพ | taepras.com</title>

<!-- Primary Meta Tags -->
<title>เข้าใจภาษีแบบ "เห็นภาพ"</title>
<meta name="title" content="เข้าใจภาษีแบบ &quot;เห็นภาพ&quot;">
<meta name="description" content="คำนวณภาษียากจัง!? มาลองคิดภาษีแบบคร่าวๆ สไตล์มือใหม่หัดทำภาษี ผ่าน data visualization กัน!">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://taepras.github.io/howtotax">
<meta property="og:title" content="เข้าใจภาษีแบบ " เห็นภาพ"">
<meta property="og:description" content="คำนวณภาษียากจัง!? มาลองคิดภาษีแบบคร่าวๆ สไตล์มือใหม่หัดทำภาษี ผ่าน data visualization กัน!">
<meta property="og:image"
content="%PUBLIC_URL%/ogimage.png">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://taepras.github.io/howtotax">
<meta property="twitter:title" content="เข้าใจภาษีแบบ " เห็นภาพ"">
<meta property="twitter:description" content="คำนวณภาษียากจัง!? มาลองคิดภาษีแบบคร่าวๆ สไตล์มือใหม่หัดทำภาษี ผ่าน data visualization กัน!">
<meta property="twitter:image"
content="%PUBLIC_URL%/ogimage.png">
</head>

<body>
Expand Down
Binary file added public/ogimage.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 b574e2d

Please sign in to comment.