Add favicon
This commit is contained in:
parent
5d480bf78e
commit
07ff82ef6b
2 changed files with 1 additions and 1 deletions
BIN
public/favicon.png
Normal file
BIN
public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
|
|
@ -20,7 +20,7 @@ readdir(pathJoin("src", "styles", "themes"), { encoding: "utf-8" }, (err, files)
|
|||
<Loader transition:persist />
|
||||
<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="/favicon.png" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>Radius</title>
|
||||
<ClientRouter fallback="animate" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue