Update Head.tsx
This commit is contained in:
parent
80ebd780bb
commit
15fb780367
1 changed files with 3 additions and 3 deletions
|
|
@ -10,13 +10,13 @@ export const RouterHead = component$(() => {
|
|||
|
||||
return (
|
||||
<>
|
||||
<title>{`Luminescent - ${head.title}`}</title>
|
||||
<meta content={`Luminescent - ${head.title}`} property="og:title"/>
|
||||
<title>{`MattTheTekie - ${head.title}`}</title>
|
||||
<meta content={`MattTheTekie - ${head.title}`} property="og:title"/>
|
||||
<meta content="#0D0D0D" name="theme-color"/>
|
||||
|
||||
<link rel="canonical" href={loc.url.href} />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" type="image/png" href="https://avatars.githubusercontent.com/u/86643576" />
|
||||
<link rel="icon" type="image/png" href="https://avatars.githubusercontent.com/u/94870997" />
|
||||
|
||||
{head.meta.map((m) => <>
|
||||
<meta {...m} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue