Interestingly, it seems you don't need to define baseurl in Hugo configs, and when you do, it sometimes causes issues in translation between localhost and live. I've removed that param from this fix, but I won't know if it works until pushed live. Fortunately (ha) this is already broken on the live site so there is little risk in testing.
Fixes #48 .
Interestingly, it seems you don't need to define
baseurl
in Hugo configs, and when you do, it sometimes causes issues in translation betweenlocalhost
and live. I've removed that param from this fix, but I won't know if it works until pushed live. Fortunately (ha) this is already broken on the live site so there is little risk in testing.