From 755e758f75beb4cf605313d16ee29f496e46abe2 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Thu, 5 Sep 2019 14:32:24 +0530 Subject: [PATCH] :bug: Fixed favicon URL --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index 1896c219a..0b9d47e7f 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -149,7 +149,7 @@ export default { { rel: 'icon', type: 'image/x-icon', - href: '/favicon.ico' + href: `${routerBase.router.base}favicon.ico` }, // Home-screen icons (iOS) {