Skip to content

Commit

Permalink
Fix favicon (#844)
Browse files Browse the repository at this point in the history
This PR fixes the missing facicon.
As part of the migration to vite, this issue was introduced.
- #836
  • Loading branch information
HarelM authored Dec 20, 2023
1 parent 8eabfa5 commit f219ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>Maputnik</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="src/manifest.json">
<link rel="icon" href="src/favicon.ico" type="image/x-icon" />
<style>
html {
background-color: rgb(28, 31, 36);
Expand Down

0 comments on commit f219ff1

Please sign in to comment.