Remove comment
This commit is contained in:
@ -14,12 +14,6 @@ const {
|
|||||||
...attrs
|
...attrs
|
||||||
} = Astro.props;
|
} = Astro.props;
|
||||||
|
|
||||||
// const { image, sources = [] } =
|
|
||||||
// !src ? { image: {}}
|
|
||||||
// : (typeof src === "string"
|
|
||||||
// ? { image: { src } }
|
|
||||||
// :
|
|
||||||
|
|
||||||
let picture = null;
|
let picture = null;
|
||||||
try {
|
try {
|
||||||
picture = await getPicture({
|
picture = await getPicture({
|
||||||
|
Reference in New Issue
Block a user