Change static file path

This commit is contained in:
Simon Martens
2023-02-13 20:50:57 +01:00
parent eb5c5d0980
commit 7f1e788c53
6 changed files with 62 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
<header class="flex flex-row justify-between desktop:justify-start desktop:block">
<div class="flex flex-row desktop:block">
<img class="h-20 desktop:h-auto desktop:px-12 desktop:pb-4 desktop:pt-8" src="/logo/JLA.png" alt="jla-Logo">
<img class="h-20 desktop:h-auto desktop:px-12 desktop:pb-4 desktop:pt-8" src="/static/logo/JLA.png" alt="jla-Logo">
<h1 class="px-3 py-2 pb-4 text-5xl font-bold text-center">
{{ config.title }}
</h1>