Skip to content

Commit 05cb84a

Browse files
committed
Fix: Normalize manifest path to relative
1 parent edd9da0 commit 05cb84a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
77
<link href="img/64.png" rel="shortcut icon" />
88
<link rel="icon" type="image/png" href="img/64.png" />
9-
<link rel="manifest" href="./manifest.json" />
9+
<link rel="manifest" href="manifest.json" />
1010
<meta name="theme-color" content="#0052cc" />
1111
<meta name="mobile-web-app-capable" content="yes" />
1212
<meta name="apple-mobile-web-app-status-bar-style" content="black" />

0 commit comments

Comments
 (0)