From f19625d835ab802d8fe52d63815f09ec6ee73bdb Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 6 Mar 2019 18:18:34 +0200 Subject: Fix manifest and icon urls, part 2. Thanks to xet7 ! --- client/components/main/layouts.jade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client') 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 -- cgit v1.2.3-1-g7c22