Skip to content

Commit

Permalink
fix(index.html): set base href as releative path
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jun 4, 2020
1 parent 72aee17 commit 7854fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>RcloneNg</title>
<base href="/" />
<base href="./" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="assets/favicon.png" />
</head>
Expand Down

0 comments on commit 7854fa1

Please sign in to comment.