optimize the frontend's dockerfile and fix version not displaying in the frontend

This commit is contained in:
maxDorninger
2025-06-30 13:29:02 +02:00
parent 51871d8af2
commit 2ad0275cd7
2 changed files with 19 additions and 11 deletions

View File

@@ -99,7 +99,7 @@
<img class="size-12" src={logo} alt="Media Manager Logo" />
<div class="grid flex-1 text-left text-sm leading-tight">
<span class="truncate font-semibold">Media Manager</span>
<span class="truncate text-xs">v{PUBLIC_VERSION}</span>
<span class="truncate text-xs">{PUBLIC_VERSION}</span>
</div>
</a>
{/snippet}