We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41f1db commit 2ae232aCopy full SHA for 2ae232a
index.html
@@ -2,7 +2,7 @@
2
<html lang="en">
3
<head>
4
<meta charset="utf-8" />
5
- <link rel="icon" href="public/favicon.ico" />
+ <link rel="icon" href="/favicon.ico" />
6
<meta name="viewport" content="width=device-width, initial-scale=1" />
7
<meta
8
name="theme-color"
@@ -15,9 +15,9 @@
15
media="(prefers-color-scheme: dark)"
16
/>
17
<meta name="description" content="ESLint Code Explorer" />
18
- <link rel="apple-touch-icon" href="public/logo192.png" />
+ <link rel="apple-touch-icon" href="/logo192.png" />
19
20
- <link rel="manifest" href="public/manifest.json" />
+ <link rel="manifest" href="/manifest.json" />
21
22
<title>ESLint Code Explorer</title>
23
</head>
0 commit comments