View on GitHub

notes

A collection of my TIL notes and commonplace book entries.

Custom favicon location

Browsers look for shortcut icon at /favicon.ico.

Custom location useful when static assets are served at a different endpoint (e.g. when using FastAPI).

<link rel="shortcut icon" href="/static/favicon.ico">