Skip to content

A proper favicon #1603

@simonw

Description

@simonw

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:

datasette/datasette/app.py

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions