👽 Update to use new attachment id

This commit is contained in:
2024-08-18 23:20:01 +08:00
parent ceca94c712
commit 6aadffb72b
4 changed files with 7 additions and 11 deletions

View File

@ -6,7 +6,7 @@
</div>
<div class="album">
<v-card v-for="item in items" class="album-item mb-3" :to="`/gallery/${item.id}`">
<v-card v-for="item in items" class="album-item mb-3" :to="`/gallery/${item.rid}`">
<attachment-renderer :item="item" />
</v-card>

View File

@ -6,7 +6,7 @@
</div>
<div class="album">
<v-card v-for="item in items" class="album-item mb-3" :to="`/gallery/${item.id}`">
<v-card v-for="item in items" class="album-item mb-3" :to="`/gallery/${item.rid}`">
<attachment-renderer :item="item" />
</v-card>