🐛 Fixed favicon URL

This commit is contained in:
Liyas Thomas
2019-09-05 14:32:24 +05:30
parent 25bc37294b
commit 755e758f75

View File

@@ -149,7 +149,7 @@ export default {
{ {
rel: 'icon', rel: 'icon',
type: 'image/x-icon', type: 'image/x-icon',
href: '/favicon.ico' href: `${routerBase.router.base}favicon.ico`
}, },
// Home-screen icons (iOS) // Home-screen icons (iOS)
{ {