Skip to content

Commit

Permalink
fix: attempt to fix 404 for site manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
cofad committed Nov 27, 2023
1 parent 45333ea commit 5b68824
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion front-end/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png" />
<link rel="manifest" href="site.webmanifest" />
<link rel="manifest" href="assets/site.webmanifest" />
</head>
<body>
<app-root></app-root>
Expand Down

0 comments on commit 5b68824

Please sign in to comment.