Skip to content

Commit

Permalink
GH-2167 Fix load of favicon.png (Fix #2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
kili668 authored Jul 11, 2024
1 parent c05f068 commit 65dc935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposilite-frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.png">
<link rel="icon" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Reposilite Description -->
<title>{{REPOSILITE.TITLE}}</title>
Expand Down

0 comments on commit 65dc935

Please sign in to comment.