Skip to content

Commit

Permalink
Add og meta tags in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 29, 2023
1 parent 9dc7495 commit e1647b3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,20 @@
<script>
window.location.replace("latest/" + window.location.hash);
</script>
<meta property="og:type" content="website" />
<meta property="og:title" content="FastStream" />
<meta property="og:description" content="FastStream Python messaging framework documentation" />
<meta property="og:url" content="https://faststream.airt.ai/0.1.6/" />
<meta property="og:image" content="https://opengraph.githubassets.com/1671805243.560327/airtai/faststream" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="FastStream" />
<meta name="twitter:description" content="FastStream Python messaging framework documentation" />
<meta name="twitter:image" content="https://opengraph.githubassets.com/1671805243.560327/airtai/faststream" />
</head>
<body>
Redirecting to <a href="latest/">latest/</a>...
</body>
</html>
</html>

0 comments on commit e1647b3

Please sign in to comment.