@ -76,12 +76,12 @@ And because you are using `StaticFiles`, that CSS file would be served automatic
The url generated by `url_for` is a full absolute URL, including the protocol. That may not work in a reverse proxy situation, like Traefik or GitHub Codespaces.
If you would instead like it to generate relative URLs, you can override the `url_for` template function in your Python code: