This commit is contained in:
parent
4ed44ce052
commit
f48d9c8a41
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ const metaTitle =
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link
|
||||
rel="icon"
|
||||
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🔥</text></svg>"
|
||||
/>
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<meta name="description" content={description} />
|
||||
<title>{metaTitle}</title>
|
||||
|
|
Loading…
Add table
Reference in a new issue