Tips here: https://adamj.eu/tech/2022/01/18/how-to-add-a-favicon-to-your-django-site/ - I think a PNG served at /favicon.ico is the best option, since safari doesn't support SVG yet.
Relevant code:
|
async def favicon(request, send): |
|
await asgi_send(send, "", 200) |
I can reuse the icon for https://datasette.io/desktop
Tips here: https://adamj.eu/tech/2022/01/18/how-to-add-a-favicon-to-your-django-site/ - I think a PNG served at
/favicon.icois the best option, since safari doesn't support SVG yet.Relevant code:
datasette/datasette/app.py
Lines 182 to 183 in cb29119
I can reuse the icon for https://datasette.io/desktop