traggo / server

self-hosted tag-based time tracking
https://traggo.net
GNU General Public License v3.0
1.21k stars 58 forks source link

fix: favicon path prefix #162

Closed worldworm closed 8 months ago

worldworm commented 8 months ago

Hi there, I noticed that the favicon is missing after installing traggo. It looks like due to the missing "/" prefix all the favicons (except favicon.ico) result in a 404.

I'm a GO newbie, so please double-check this. Thank you!