Use absolute path for loading assets

This commit is contained in:
Alicia Sykes
2022-04-06 00:04:07 +01:00
parent ab6e64af58
commit 151028c8cf
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="web-icons/favicon-32x32.png">
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" href="<%= BASE_URL %>favicon.ico" />
<link rel="stylesheet" type="text/css" href="loading-screen.css" />
<link rel="stylesheet" type="text/css" href="<%= BASE_URL %>loading-screen.css" />
<!-- Default Page Title -->
<title>Dashy</title>
</head>