Fix favicon url
This commit is contained in:
parent
3aa439e441
commit
7b6ec8299a
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title></title>
|
||||
|
||||
<link rel="shortcut icon" href="icons/favicon.png">
|
||||
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png" />
|
||||
<link rel="shortcut icon" href="/icons/favicon.png">
|
||||
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
Loading…
Reference in a new issue