Skip to content

Commit 2ae232a

Browse files
authored
fix: use absolute root paths for public directory assets (#269)
1 parent c41f1db commit 2ae232a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="public/favicon.ico" />
5+
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta
88
name="theme-color"
@@ -15,9 +15,9 @@
1515
media="(prefers-color-scheme: dark)"
1616
/>
1717
<meta name="description" content="ESLint Code Explorer" />
18-
<link rel="apple-touch-icon" href="public/logo192.png" />
18+
<link rel="apple-touch-icon" href="/logo192.png" />
1919

20-
<link rel="manifest" href="public/manifest.json" />
20+
<link rel="manifest" href="/manifest.json" />
2121

2222
<title>ESLint Code Explorer</title>
2323
</head>

0 commit comments

Comments
 (0)