Fix link detail for authenticated images

This commit is contained in:
Jon Staab
2025-04-29 12:30:01 -07:00
parent 6ddba63ff9
commit c582082816
3 changed files with 7 additions and 7 deletions
@@ -5,7 +5,7 @@
import {signer} from "@welshman/app"
import {imgproxy} from "@app/state"
const {value, event} = $props()
const {value, event, ...props} = $props()
const url = value.url.toString()
@@ -46,4 +46,4 @@
})
</script>
<img alt="" {src} {onerror} class="m-auto max-h-96 rounded-box" />
<img alt="" {src} {onerror} {...props} />