Assets are really helpful when uploading files and not having to host them somewhere else, but me and two of my friends have tried accessing images in our assets like this: \image.png
and it doesn’t work. If this could be added that would be great
the reason we originally defaulted to absolute paths instead of relative /image.png
was because having a hardcoded full (but ugly) url, means that we can automatically CDN your images so they’re fast from anywhere in the world. We’re still re-evaluating assets so the feedback is helpful tho, thx
1 Like
Use assets-lib to refer to assets with a relative url: https://glitch.com/~assets-lib
1 Like