Change canonical site to the Cloudflare-backed site

This commit is contained in:
Ayase Minori 2023-10-22 14:28:28 +08:00 committed by GitHub
parent ab29f592eb
commit b5a93a58fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
## Herta Kuru (v2)!
[Visit the Site](https://herta.deno.dev/) | [Check who's visiting it too!](https://takeback.bysourfruit.com/tracked/kuru-kuru.deno.dev) | [Open in CodeSandbox](https://githubbox.com/sr229/kuru-kuru)
[Visit the Site](https://herta.sr229.cf/) | [Check who's visiting it too!](https://takeback.bysourfruit.com/tracked/kuru-kuru.deno.dev) | [Open in CodeSandbox](https://githubbox.com/sr229/kuru-kuru)
This is a proof-of-concept implementation of [duiqt/herta_kuru](https://github.com/duiqt/herta_kuru) with a global statistics feed, this time, it's a little more secure!

View file

@ -9,7 +9,7 @@ export default function App({ Component }: AppProps) {
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Kuru Kuru~" />
<meta property="og:site_name" content="Kuru Kuru~" />
<meta property="og:url" content="https://herta.deno.dev" />
<meta property="og:url" content="https://herta.sr229.cf" />
<meta
property="og:description"
content="The website for Herta, the cutest genius Honkai: Star Rail character out there."
@ -17,7 +17,7 @@ export default function App({ Component }: AppProps) {
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://herta.deno.dev/assets/img/hertaa1.gif"
content="https://herta.sr229.cf/assets/img/hertaa1.gif"
/>
<meta name="title" content="Herta Kuru" />
<meta
@ -30,7 +30,7 @@ export default function App({ Component }: AppProps) {
/>
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="canonical" content="https://herta.deno.dev/" />
<meta name="canonical" content="https://herta.sr229.cf/" />
<script src="https://takeback.bysourfruit.com/api/kit/7NHKHAQY12LGE1WUP9Z806" />
<title>Kuru kuru~!</title>
</head>