diff --git a/app/(pages)/stack/page.tsx b/app/(pages)/stack/page.tsx
index 04ed9bde..2ce71118 100644
--- a/app/(pages)/stack/page.tsx
+++ b/app/(pages)/stack/page.tsx
@@ -30,7 +30,7 @@ const Tool: FC<{
readonly image?: string;
};
}> = ({ data }) => {
- const { hostname } = new URL(data.href);
+ const { hostname } = new URL(data.image ?? data.href);
return (