Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit bf4b2d3

Browse files
committed
Add meta tags for twitter cards
1 parent 3907057 commit bf4b2d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/src/index.html

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
<meta property="og:description" content="Take Control of your CSS Transitions" />
88
<meta property="og:url" content="https://wikiwi.github.io/react-css-transition/" />
99
<meta property="og:image" content="https://wikiwi.github.io/react-css-transition/preview.png" />
10+
11+
<meta name="twitter:card" content="summary_large_image" />
12+
<meta name="twitter:creator" content="@wikiwi_io" />
13+
<meta name="twitter:title" content="React CSS Transition" />
14+
<meta name="twitter:description" content="Take Control of your CSS Transitions" />
15+
<meta name="twitter:image" content="https://wikiwi.github.io/react-css-transition/preview.png" />
16+
1017
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
1118
<meta name="viewport" content="width=device-width" />
1219
<meta name="mobile-web-app-capable" content="yes" />

0 commit comments

Comments
 (0)