浏览代码

Fix manifest and icon paths.

Thanks to xet7 !

Closes #2168,
closes #1692
Lauri Ojansivu 6 年之前
父节点
当前提交
e845fe3e71
共有 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="/public/wekan-favicon.png")
-  link(rel="apple-touch-icon" href="/public/wekan-favicon.png")
-  link(rel="mask-icon" href="/public/wekan-150.svg")
-  link(rel="manifest" href="/public/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