diff --git a/src/components/core/Picture.astro b/src/components/core/Picture.astro index 8a1f69e..6969d27 100644 --- a/src/components/core/Picture.astro +++ b/src/components/core/Picture.astro @@ -14,12 +14,6 @@ const { ...attrs } = Astro.props; -// const { image, sources = [] } = -// !src ? { image: {}} -// : (typeof src === "string" -// ? { image: { src } } -// : - let picture = null; try { picture = await getPicture({