Moved tag posters back to img/, as they are part of the project. Still using database to track which tags have a poster.

This commit is contained in:
2019-12-06 05:09:08 +01:00
parent 5d58d31dfa
commit a2925febeb
56 changed files with 48 additions and 36 deletions

View File

@@ -15,7 +15,7 @@
rel="noopener noreferrer"
>
<img
:src="`/media/${tag.poster.thumbnail}`"
:src="`/img/${tag.poster.thumbnail}`"
class="poster"
>
</a>