fix: correct icon path
This commit is contained in:
parent
4c563b0677
commit
83478766f7
@ -34,7 +34,7 @@
|
|||||||
menuItems.splice(2, 0, {
|
menuItems.splice(2, 0, {
|
||||||
href: data.route.slice(1),
|
href: data.route.slice(1),
|
||||||
name: routeComponents[2] + 'aaaaaaaa.md',
|
name: routeComponents[2] + 'aaaaaaaa.md',
|
||||||
iconUri: '/favicon.png'
|
iconUri: '/icons/entry.png'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user