Skip to content

Commit

Permalink
fix: add favicon (#15)
Browse files Browse the repository at this point in the history
* Update index.html

* Update index.html
  • Loading branch information
trim21 authored Jan 15, 2022
1 parent 38ea6d2 commit ca86bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<link rel="icon" type="image/x-icon" href="https://bgm.tv/img/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
</head>
Expand Down

1 comment on commit ca86bef

@vercel
Copy link

@vercel vercel bot commented on ca86bef Jan 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.