mirror of
https://github.com/recloudstream/website.git
synced 2024-08-15 03:18:45 +00:00
one last change i swear
This commit is contained in:
parent
22c81d3a9d
commit
d873f752b0
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ const desc = "Cloudstream is an Android app for streaming and downloading Movies
|
||||||
const SEO = ({children, title, description}) => {
|
const SEO = ({children, title, description}) => {
|
||||||
return <>
|
return <>
|
||||||
<title>{title || "Cloudstream"}</title>
|
<title>{title || "Cloudstream"}</title>
|
||||||
|
<meta name="description" content={description || desc} />
|
||||||
<meta property="og:title" content={title || "Cloudstream"} />
|
<meta property="og:title" content={title || "Cloudstream"} />
|
||||||
<meta property="og:description" content={description || desc} />
|
<meta property="og:description" content={description || desc} />
|
||||||
<meta property="og:image" content={bgImage} />
|
<meta property="og:image" content={bgImage} />
|
||||||
|
|
Loading…
Reference in a new issue