🐛 Fixed favicon URL
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user