update google thing

This commit is contained in:
Cloudburst 2022-10-25 10:50:15 +02:00 committed by GitHub
parent 8ac6621e59
commit 9f42a22983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
module.exports = {
title: `Cloudstream`,
siteUrl: `https://example.com`
siteUrl: `https://cloudstream.cf`
}

View File

@ -34,7 +34,7 @@ export function Head() {
<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="google-site-verification" content="c7TphrPJk4AXlG4P_J3ZRpJ7V3yFzG_cjd-A37ih1fE" />
</>
)
}