m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-18 01:43:41 -05:00

refactor: load web UI assets with a relative URL to allow for hosting under a different path.

Might fix #53.
This commit is contained in:
Sergio
2025-03-21 16:32:23 +02:00
parent dd68c5097a
commit b37b7ed060
3 changed files with 7 additions and 6 deletions

View File

@@ -26,9 +26,9 @@
content="#030712"
>
{% endif %}
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="icon" type="image/svg+xml" href="./favicon.svg">
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<link rel="apple-touch-icon" href="./apple-touch-icon.png">
<title>Cup</title>
</head>
<body>