Skip to content

Commit eb8741d

Browse files
committed
Remove unused.
1 parent 20f2d3e commit eb8741d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/speaker/[slug].astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { getCollection, getEntries } from "astro:content";
33
import Layout from "../../layouts/Layout.astro";
44
import Prose from "../../components/prose/prose.astro";
5-
import { Image, Picture } from "astro:assets";
5+
import { Image } from "astro:assets";
66
import Markdown from "@ui/Markdown.astro";
77
import Headline from "@ui/Headline.astro";
88
import { getCachedImage } from "../../image-cache";
@@ -31,7 +31,7 @@ export async function getStaticPaths() {
3131
try {
3232
avatar = await getCachedImage(entry.data.avatar);
3333
} catch (err) {
34-
console.log(err);
34+
console.log("Error with avatar: ",err);
3535
avatar = null;
3636
}
3737
}

0 commit comments

Comments
 (0)