summaryrefslogtreecommitdiffstats
path: root/client/components/main
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-06 18:18:34 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-06 18:18:34 +0200
commitf19625d835ab802d8fe52d63815f09ec6ee73bdb (patch)
tree9a373ddaf92a8312db0814bf2261d545bdc04774 /client/components/main
parentc4754d9f85e5daec39ae162de3a666f0fe249bb2 (diff)
downloadwekan-f19625d835ab802d8fe52d63815f09ec6ee73bdb.tar.gz
wekan-f19625d835ab802d8fe52d63815f09ec6ee73bdb.tar.bz2
wekan-f19625d835ab802d8fe52d63815f09ec6ee73bdb.zip
Fix manifest and icon urls, part 2.
Thanks to xet7 !
Diffstat (limited to 'client/components/main')
-rw-r--r--client/components/main/layouts.jade8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/components/main/layouts.jade b/client/components/main/layouts.jade
index c0b66e94..3be676a3 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="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