chore: better resource loading
/ publish (push) Successful in 9m23s

This commit is contained in:
2026-03-08 01:05:57 +01:00
parent eab7eb3879
commit 01b24f830f
11 changed files with 26 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
templ Home(pages []page.PageHeader) {
for _, page := range pages {
@components.ImageTile("/images/" + page.CoverImageUID) {
<a class="flex items-center justify-center h-full " href={ translate.Path(ctx, page.UID) } preload="mouseover">
<a class="flex items-center justify-center h-full " href={ translate.Path(ctx, "/"+page.UID) } preload="mouseover">
<h2
class="text-3xl font-bold text-white hover:underline text-shadow-lg"
>