Skip to content

Commit

Permalink
Added PUBLIC_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
alundiak committed Oct 21, 2024
1 parent c17d937 commit 3ad5316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<head>
<title>Flags</title>
<meta charset="utf-8" />
<link rel="icon" type="image/x-icon" href="/my-favicon.ico" />
<link rel="icon" type="image/x-icon" href="%PUBLIC_URL%/my-favicon.ico" />
<!-- <link rel="icon" type="image/x-icon" href="my-favicon.ico" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="./index.css" />
</head>
Expand Down

0 comments on commit 3ad5316

Please sign in to comment.