swarm-ui: serve the hyperhive favicon
Same pattern frontend.nix already uses for the dashboard: the SVG lives outside the npm tree at branding/hyperhive.svg, copied into $out during the nix install phase (not build.mjs, so plain npm build consumers still work, same split frontend.nix uses). Added the matching <link rel="icon"> to index.html.
This commit is contained in:
parent
bc40947550
commit
61977514c6
3 changed files with 9 additions and 3 deletions
|
|
@ -4,6 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>hyperhive swarm</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="stylesheet" href="static/colors.css">
|
||||
<link rel="stylesheet" href="static/theme.css">
|
||||
<link rel="stylesheet" href="static/swarm-ui.css">
|
||||
|
|
|
|||
Loading…
Reference in a new issue