Is this not possible? I have html in my repl which can include a png when I host the png elsewhere but I’d like to serve a png and an mp3 for display and download from my repl deployment because i am using golang code to generate them both.
The png shows as a broken image icon (unless I host it elsewhere) and the mp3 acts like it’s also a missing file. I tried full well formed url’s and relative url’s. Thanks.
Hmm, I looked at other people’s repl’s and they seem to be using the usual way, with relative paths. Is it a permissions thing? i can’t use with an image in my repl root or folders. thanks again folks.
only the first one is hosted on my personal server, the others are all pointing to the same pixel’y image in my Repl’s root and within a folder 1 level deep. Please help?