setup: updated logo url

This commit is contained in:
Philippe Loctaux 2023-03-07 19:05:44 +01:00
parent cf9fb61f80
commit 8f951a55d7

View file

@ -7,7 +7,7 @@
<div class="container container-tight py-4">
<div class="text-center mb-4">
<a href="/" class="navbar-brand navbar-brand-autodark">
<img src="http://localhost:8000/logo" height="96" alt="">
<img src="/logo" height="96" alt="logo">
</a>
</div>