Skip to content

Commit

Permalink
🔧 update base href
Browse files Browse the repository at this point in the history
  • Loading branch information
russkyc committed May 27, 2024
1 parent 720f1d1 commit 9b8cefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Timely/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Timely - Time Tracker</title>
<base href="/" />
<base href="/timely" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />
Expand Down

0 comments on commit 9b8cefd

Please sign in to comment.