Favicons, More on Blobstore #214
Replies: 1 comment
-
All excellent feature requests, thank you! We try to avoid putting anything into a val's setting that could be done in the val in code. Favicons are typically small files, or svg, so even though Val Town Projects files don't support binary, one could imagine base64 encoding them and plopping them into a project that way. You'd still have to hook it up though, because we don't have any notion of a static directory. It could be fun to build a "favicon bot" that would go around to public Val Town Projects and send them a pull request with a sensible favicon. I built a bunch of the features that you asked for in my userspace blob admin, which I think is more the right place for these sorts of things in the short-term especially. I have been meaning to migrate that to a Val Town Project, and would love help with that, or with any of those other features you suggest, and pull requests :) |
Beta Was this translation helpful? Give feedback.
-
So, I had a small improvement idea: I think it'd be nice if there was (in an HTTP val's settings) a place to upload a favicon that automatically gets served under /favicon.ico. I think many val town websites do not have favicons because the way to add it would be to add a ref in the html to an externally hosted file, or manually add the route. Many frameworks let you just add it to a static directory, which is much easier (and having a spot in a val's settings would be as easy).
But in general there's a bunch of improvement ideas I have around blobstore:
Beta Was this translation helpful? Give feedback.
All reactions