switch from pre-signed to public image links
All checks were successful
/ Make image (push) Successful in 39s
All checks were successful
/ Make image (push) Successful in 39s
This commit is contained in:
parent
bb40d17e6b
commit
72b0b00e44
3 changed files with 6 additions and 25 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue