Fix favicon (#844)

This PR fixes the missing facicon.
As part of the migration to vite, this issue was introduced.
- #836
This commit is contained in:
Harel M
2023-12-20 07:18:13 +02:00
committed by GitHub
parent 8eabfa5519
commit f219ff1e17

View File

@@ -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);