We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5e085 commit b0dd9efCopy full SHA for b0dd9ef
src/components/SocialMediaCard.astro
@@ -6,7 +6,7 @@ const { entry } = Astro.props;
6
const sessions: CollectionEntry<"sessions">[]= await getEntries(entry.data.submissions);
7
---
8
<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" />
+ <image href="/social/bg.png" width="900" height="900" />
10
</svg>
11
{
12
entry.data.avatar ? (
0 commit comments