This commit is contained in:
Cloudburst 2022-08-26 17:46:09 +02:00
parent 277824a90e
commit 5d49b3e65f
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ const DocsPage = () => {
query {
allMarkdownRemark {
nodes {
id
frontmatter {
title
}
@ -44,7 +45,7 @@ export function Head() {
<meta property="og:description" content="Cloudstream is an Android app for streaming and downloading Movies, TV-Series and Anime." />
<meta property="og:image" content={bgImage} />
<meta property="og:image:type" content="image/png" />
<meta name="twitter:card" content="summary_large_image" /> <meta name="google-site-verification" content="eJAZtihmv0cJwd54kImmb2IfwLskeCfyW7gEm_HgXd8" />
<meta name="twitter:card" content="summary_large_image" />
</>
)
}