fix(index): fix favicon
This commit is contained in:
parent
d97545a8c3
commit
ee108b467a
4 changed files with 5 additions and 0 deletions
BIN
public/assets/apple-touch-icon.png
Normal file
BIN
public/assets/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
public/assets/favicon-16x16.png
Normal file
BIN
public/assets/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 358 B |
BIN
public/assets/favicon-32x32.png
Normal file
BIN
public/assets/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 673 B |
|
@ -3,8 +3,13 @@ import "/src/css/app.css";
|
|||
---
|
||||
|
||||
<meta charset="utf-8" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png" />
|
||||
|
||||
<link rel="canonical" href="https://z0x.ca" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue