Skip to content

Commit

Permalink
Fix malformed URL in index.html and remove unused public/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminJohnson2204 committed Nov 24, 2024
1 parent abbbd44 commit 11ac2e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 57 deletions.
10 changes: 5 additions & 5 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
rel="stylesheet"
/>
<!-- site favicon - based on output from realfavicongenerator.net -->
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png" />
<link rel="mask-icon" href="%PUBLIC_URL%/safari-pinned-tab.svg" color="#16404f" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#16404f" />
<meta name="msapplication-TileColor" content="#00aba9" />
</head>
<body>
Expand Down
52 changes: 0 additions & 52 deletions frontend/public/index.html

This file was deleted.

0 comments on commit 11ac2e8

Please sign in to comment.