-
-
Notifications
You must be signed in to change notification settings - Fork 772
Closed
Labels
Milestone
Description
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:
Lines 182 to 183 in cb29119
async def favicon(request, send): | |
await asgi_send(send, "", 200) |
I can reuse the icon for https://datasette.io/desktop