More fixing

This commit is contained in:
Dominic Ferrando
2025-04-24 23:39:29 -04:00
parent 723e9257d2
commit 768f0cec61
8 changed files with 22 additions and 25 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ templ ThreadsCatalog(previews []CatalogThreadPreview, catalogContext CatalogCont
<img
loading="lazy"
class="catalog-preview-img"
src={ fmt.Sprintf("/static/media/posts/thumb/%s",
src={ fmt.Sprintf("/media/posts/thumb/%s",
preview.ThumbPath) }
/>
</a>