Fix uffd brand icon
This commit is contained in:
parent
440076bae9
commit
7015386cd6
3 changed files with 94 additions and 0 deletions
|
@ -61,6 +61,8 @@ in {
|
|||
locations = {
|
||||
"/".proxyPass = "http://${config.containers.uffd.localAddress}:8080";
|
||||
"/static".root = "${uffd}/lib/python3.9/site-packages/uffd";
|
||||
"/static/hacc.png".return = "302 https://infra4future.de/assets/img/logo_vernetzung.png";
|
||||
"/static/infra4future.svg".return = "302 https://infra4future.de/assets/img/infra4future.svg";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
92
websites/infra4future.de/assets/img/infra4future.svg
Normal file
92
websites/infra4future.de/assets/img/infra4future.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 111 KiB |
BIN
websites/infra4future.de/assets/img/logo_vernetzung.png
Normal file
BIN
websites/infra4future.de/assets/img/logo_vernetzung.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
Loading…
Reference in a new issue