hm doesn't seem like it worked, but it's at least getting the correct json anyhow.

Reply to this note

Please Login to reply.

Discussion

i'll look into it tomorrow anyhow. i think the issue is that it needs to be part of the same handler that delivers the json which is a virtual path not an actual file path, what you put in there it looks like it serves from a different location but i can't see it on https://mleku.dev/favicon.ico or https://mleku.dev/static/favicon.ico so i assume the handler is expecting a different path than what jumble is requesting

what i'll do later is write a proper route for the /favicon.ico and have it fetch it from the same location as the file, i put it there but it isn't loading from the webserver correctly

Yeah, sorry. My first attempt at go. 🙈