소스 검색

Fix manifest and icon urls, part 2.

Thanks to xet7 !
Lauri Ojansivu 6 년 전
부모
커밋
f19625d835
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      client/components/main/layouts.jade

+ 4 - 4
client/components/main/layouts.jade

@@ -7,10 +7,10 @@ head
     where the application is deployed with a path prefix, but it seems to be
     difficult to do that cleanly with Blaze -- at least without adding extra
     packages.
-  link(rel="shortcut icon" href="wekan-favicon.png")
-  link(rel="apple-touch-icon" href="wekan-favicon.png")
-  link(rel="mask-icon" href="wekan-150.svg")
-  link(rel="manifest" href="wekan-manifest.json")
+  link(rel="shortcut icon" href="/wekan-favicon.png")
+  link(rel="apple-touch-icon" href="/wekan-favicon.png")
+  link(rel="mask-icon" href="/wekan-150.svg")
+  link(rel="manifest" href="/wekan-manifest.json")
 
 template(name="userFormsLayout")
   section.auth-layout