mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
fix
This commit is contained in:
parent
277824a90e
commit
5d49b3e65f
1 changed files with 2 additions and 1 deletions
|
@ -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" />
|
||||
</>
|
||||
)
|
||||
}
|
Loading…
Reference in a new issue