one last change i swear

This commit is contained in:
Cloudburst 2022-12-01 10:57:53 +01:00 committed by GitHub
parent 22c81d3a9d
commit d873f752b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ const desc = "Cloudstream is an Android app for streaming and downloading Movies
const SEO = ({children, title, description}) => {
return <>
<title>{title || "Cloudstream"}</title>
<meta name="description" content={description || desc} />
<meta property="og:title" content={title || "Cloudstream"} />
<meta property="og:description" content={description || desc} />
<meta property="og:image" content={bgImage} />