From 868c3e9d01a16f288291f4717d0185217a28f191 Mon Sep 17 00:00:00 2001 From: David Abell Date: Wed, 13 Sep 2023 07:29:03 +0100 Subject: [PATCH] fix: default src value not a placeholder --- Media.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Media.astro b/Media.astro index 5100005..5d98830 100644 --- a/Media.astro +++ b/Media.astro @@ -5,7 +5,7 @@ interface Props { alt?: string } -const { class: classNames, src = 'https://shorturl.at/tCPS2', alt = '' } = Astro.props +const { class: classNames, src = 'https://fakeimg.pl/640x360', alt = '' } = Astro.props --- {alt}