FIX: home logo href doesn't respect subfolder

This commit is contained in:
Neil Lalonde 2016-12-13 16:30:21 -05:00
parent 2d61d7d644
commit 66151b416f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export default createWidget('home-logo', {
tagName: 'div.title', tagName: 'div.title',
settings: { settings: {
href: '/' href: Discourse.getURL("/")
}, },
href() { href() {