Skip to content

Commit

Permalink
fix favicon on game page
Browse files Browse the repository at this point in the history
The GitHub Pages site is hosted in a sub-path, whereas local testing
wasn't.
  • Loading branch information
tung committed Jun 27, 2022
1 parent 9fc028e commit 52a5a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" href="/favicon.png" type="image/png">
<link rel="icon" href="../favicon.png" type="image/png">
<style>
body {
background-color: #000;
Expand Down

0 comments on commit 52a5a8b

Please sign in to comment.