diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-03-06 18:18:34 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-03-06 18:18:34 +0200 |
commit | f19625d835ab802d8fe52d63815f09ec6ee73bdb (patch) | |
tree | 9a373ddaf92a8312db0814bf2261d545bdc04774 | |
parent | c4754d9f85e5daec39ae162de3a666f0fe249bb2 (diff) | |
download | wekan-f19625d835ab802d8fe52d63815f09ec6ee73bdb.tar.gz wekan-f19625d835ab802d8fe52d63815f09ec6ee73bdb.tar.bz2 wekan-f19625d835ab802d8fe52d63815f09ec6ee73bdb.zip |
Fix manifest and icon urls, part 2.
Thanks to xet7 !
-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 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 |