Skip to content

Commit

Permalink
Use .ico file as favicon for better compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Jan 3, 2024
1 parent 8f513e8 commit 092c353
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
Binary file added src/assets/app/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/assets/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<link rel="manifest" href="manifest.json" />
<link rel="icon" href="static/favicon.png" type="image/png" />
<link rel="icon" href="favicon.ico" />
<meta
name="viewport"
content="viewport-fit=cover, width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
Expand Down
Binary file added src/assets/favicon.ico
Binary file not shown.
3 changes: 1 addition & 2 deletions src/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<html>
<head>
<title>Anser Liquid | Home</title>

<link rel="icon" href="favicon.png" type="image/png" />
<link rel="icon" href="favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand Down

0 comments on commit 092c353

Please sign in to comment.