We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb8d0c commit bd9ff22Copy full SHA for bd9ff22
www/src/lib/components/sanity/image-block.svelte
@@ -19,7 +19,7 @@ onMount(() => {
19
})
20
</script>
21
22
-<figure class="not-prose m-0 my-[2em] flex">
+<figure class="m-0 my-[2em] flex">
23
<picture class="opacity-0 transition-opacity duration-300">
24
<source
25
srcset={urlFor(portableText.value).format('webp').url()}
0 commit comments