🐛 Fixed favicon URL
This commit is contained in:
parent
25bc37294b
commit
755e758f75
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue