Skip to content

Commit ada291a

Browse files
authored
remove one /
the third one this is a bit repetitive maybe a module for this that does all the PWA stuff for you?
1 parent 37a658e commit ada291a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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">
77
<title>HTMLNotes</title>
88
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
9-
<link rel="apple-touch-icon" href="/favicon.png">
9+
<link rel="apple-touch-icon" href="favicon.png">
1010
<link rel="manifest" href="manifest.json">
1111
<!-- Font Awesome for icons -->
1212
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"

0 commit comments

Comments
 (0)