Skip to content

Commit

Permalink
🔀 Merge pull request #1219 from Lissy93/FEAT/import-manifest
Browse files Browse the repository at this point in the history
[FEATURE] Import manifest in index.html
  • Loading branch information
Lissy93 committed Jun 10, 2023
2 parents d221844 + 81c6129 commit ece9548
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- Favicon + App Icon -->
<!-- Favicon, App Icon and PWA -->
<link rel="icon" type="image/png" sizes="64x64" href="<%= BASE_URL %>/web-icons/favicon-64x64.png">
<link rel="icon" type="image/png" sizes="32x32" href="web-icons/favicon-32x32.png">
<link rel="icon" type="image/png" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/loading-screen.css" />
<link rel="manifest" href="/manifest.json">
<!-- Default Page Title -->
<title>Dashy</title>
</head>
Expand Down

0 comments on commit ece9548

Please sign in to comment.