Skip to content

Commit b0dd9ef

Browse files
committed
Epic - broken localhost image refferer.
1 parent 8b5e085 commit b0dd9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SocialMediaCard.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { entry } = Astro.props;
66
const sessions: CollectionEntry<"sessions">[]= await getEntries(entry.data.submissions);
77
---
88
<svg width="900" height="900" class="h-full w-full -z-10">
9-
<image href="http://localhost:4321/social/bg.png" width="900" height="900" />
9+
<image href="/social/bg.png" width="900" height="900" />
1010
</svg>
1111
{
1212
entry.data.avatar ? (

0 commit comments

Comments
 (0)