fix(ihm_client): favicon via chemin relatif /favicon.svg pour HTTPS
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 51s

This commit is contained in:
4NK CI Bot 2025-09-18 16:26:06 +00:00
parent a40416a248
commit a6f54dc8f5
5 changed files with 91 additions and 91 deletions

View File

@ -9,6 +9,7 @@
<link rel="stylesheet" href="./style/4nk.css"> <link rel="stylesheet" href="./style/4nk.css">
<script src="https://unpkg.com/html5-qrcode"></script> <script src="https://unpkg.com/html5-qrcode"></script>
<title>4NK Application</title> <title>4NK Application</title>
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
</head> </head>
<body> <body>
<div id="header-container"></div> <div id="header-container"></div>

View File

@ -1735,4 +1735,3 @@ class ChatElement extends HTMLElement {
customElements.define('chat-element', ChatElement); customElements.define('chat-element', ChatElement);
export { ChatElement };*/ export { ChatElement };*/