Sfoglia il codice sorgente

fix logo relative path

v.shebanov 4 anni fa
parent
commit
e555142ca8
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      web/public/index.html

+ 2 - 2
web/public/index.html

@@ -2,14 +2,14 @@
 <html lang="en">
 <html lang="en">
   <head>
   <head>
     <meta charset="utf-8" />
     <meta charset="utf-8" />
-    <link rel="icon" href="{{ copy "./logo256.png" }}" />
+    <link rel="icon" href="{{ copy "/logo256.png" }}" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <meta name="theme-color" content="#000000" />
     <meta name="theme-color" content="#000000" />
     <meta
     <meta
       name="description"
       name="description"
       content="Chad music streaming service"
       content="Chad music streaming service"
     />
     />
-    <link rel="apple-touch-icon" href="{{ copy "./logo192.png" }}" />
+    <link rel="apple-touch-icon" href="{{ copy "/logo192.png" }}" />
     <link rel="manifest" href="{{ copy "./manifest.json" }}" />
     <link rel="manifest" href="{{ copy "./manifest.json" }}" />
     {{ livereload }}
     {{ livereload }}
     <title>Chad music</title>
     <title>Chad music</title>