changeset 51:da66084c708e

Fix favicon path
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 21 Jul 2022 10:13:50 -0700
parents 073b9cfe1568
children ce8e102ee2e0
files assets/index.html.hbs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/assets/index.html.hbs	Wed Jul 20 15:27:20 2022 -0700
+++ b/assets/index.html.hbs	Thu Jul 21 10:13:50 2022 -0700
@@ -7,7 +7,7 @@
         <meta name="viewport" content="width=device-width, initial-scale=1">
 
         <link rel="stylesheet" href="static/style.css" type="text/css" />
-        <link rel="icon" type="image/png" href="/static/favicon.ico">
+        <link rel="icon" type="image/png" href="static/favicon.ico">
 
         <script src="static/chart.min.js" type="application/javascript"></script>