diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-03-06 17:15:36 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-03-06 17:15:36 +0200 |
commit | e845fe3e7130d111be4c3a73e2551738c980ff7b (patch) | |
tree | 906001f73025cce8face235f0ddf58e654262ca7 /client/components/main | |
parent | d807efd4f802f3e561654f5f9e31881275bdfb24 (diff) | |
download | wekan-e845fe3e7130d111be4c3a73e2551738c980ff7b.tar.gz wekan-e845fe3e7130d111be4c3a73e2551738c980ff7b.tar.bz2 wekan-e845fe3e7130d111be4c3a73e2551738c980ff7b.zip |
Fix manifest and icon paths.
Thanks to xet7 !
Closes #2168,
closes #1692
Diffstat (limited to 'client/components/main')
-rw-r--r-- | client/components/main/layouts.jade | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade index 50585aa4..c0b66e94 100644 --- a/client/components/main/layouts.jade +++ b/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 |