Skip to content

Commit

Permalink
fix /docs: make favicon path relative (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf authored Jul 12, 2024
1 parent 889c863 commit 5558d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="../.modules/highlight.js/styles/atom-one-dark.css" rel="stylesheet">
<link href="../.modules/global/global.css" rel="stylesheet">
<link href="./index.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/x-icon" href="../favicon.ico">

<!-- Social Embeds -->
<meta property="theme-color" content="#4642f5">
Expand Down

0 comments on commit 5558d42

Please sign in to comment.