mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 12:03:35 +08:00
FIX: home logo href doesn't respect subfolder
This commit is contained in:
parent
2d61d7d644
commit
66151b416f
|
@ -8,7 +8,7 @@ export default createWidget('home-logo', {
|
|||
tagName: 'div.title',
|
||||
|
||||
settings: {
|
||||
href: '/'
|
||||
href: Discourse.getURL("/")
|
||||
},
|
||||
|
||||
href() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user