switch from pre-signed to public image links
All checks were successful
/ Make image (push) Successful in 39s

This commit is contained in:
nquidox 2025-10-19 19:37:37 +03:00
parent bb40d17e6b
commit 72b0b00e44
3 changed files with 6 additions and 25 deletions

View file

@ -15,7 +15,7 @@ const fileList = ref([])
onMounted(async () => {
try {
const { imgUrl } = await getImageUrl(props.merch.merch_uuid, 'thumbnail')
const imgUrl = await getImageUrl(props.merch.merch_uuid, 'thumbnail')
fileList.value = [
{
name: 'full.jpg',