Skip to content

Commit

Permalink
fix: do not process manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
christianliebel committed May 16, 2024
1 parent 698e96c commit ed04e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/>
<title>Paint</title>
<link rel="stylesheet" href="public/styles.css" />
<link rel="manifest" href="public/manifest.webmanifest" />
<link rel="manifest" href="manifest.webmanifest" />
<link rel="shortcut icon" href="public/favicon.ico" />
<link rel="apple-touch-icon" href="public/assets/apple-touch-icon.png" />
</head>
Expand Down

0 comments on commit ed04e36

Please sign in to comment.