pierrejeambrun commented on code in PR #48977:
URL: https://github.com/apache/airflow/pull/48977#discussion_r2034965387
##########
airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/index.html:
##########
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<base href="{{ backend_server_base_url }}" />
- <link rel="icon" type="image/png" href="/pin_32.png" />
+ <link rel="icon" type="image/png" href="/sphinx_design/static/pin_32.png"
/>
Review Comment:
I don't know where this `sphinx_design` is coming from, I'b love to get some
more context too.
edit: Ok I saw the related PR on tooling. Not sure why the web application
should be fetching any static file from the `sphinx_design`. Those look like
two distinct things.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]