feat: add opengraph tags
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 34s
All checks were successful
deploy to cloudflare pages / deploy (push) Successful in 34s
This commit is contained in:
parent
219d590e71
commit
650fa5fb4c
4 changed files with 12 additions and 1 deletions
|
@ -4,6 +4,12 @@
|
|||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%sveltekit.assets%/favicon.avif" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<meta name="og:title" content="TCL-Guessr" />
|
||||
<meta name="og:type" content="website" />
|
||||
<meta name="og:image" content="%sveltekit.assets%/favicon.avif" />
|
||||
<meta name="theme-color" content="#ff0000" />
|
||||
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue