Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
docs: add social media preview meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Feb 22, 2021
1 parent 332423c commit c9b6940
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,49 @@ module.exports = {
["meta", { name: "msapplication-config", content: "/icons/browserconfig.xml" }],
["meta", { name: "theme-color", content: "#282c34" }],
["meta", { name: "viewport", content: "width=device-width, initial-scale=1" }],
[
"meta",
{
property: "og:title",
content: "opensoundcloud documentation",
},
],
[
"meta",
{
property: "og:description",
content:
"A thin SoundCloud API, APIv2 and web-scrape wrapper written in TypeScript with 100% test coverage.",
},
],
[
"meta",
{
property: "og:image",
content: "https://opensoundcloud.cloudr.app/icons/og-image.png",
},
],
[
"meta",
{
property: "og:url",
content: "https://opensoundcloud.cloudr.app",
},
],
[
"meta",
{
name: "twitter:card",
content: "summary_large_image",
},
],
[
"meta",
{
property: "og:site_name",
content: "opensoundcloud",
},
],
],
themeConfig: {
prefersTheme: "dark",
Expand Down
Binary file added docs/.vuepress/public/icons/og-image.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 c9b6940

Please sign in to comment.