Skip to content

Commit d3a9e5f

Browse files
committed
make og image relative
1 parent 33bcccb commit d3a9e5f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/pages/index.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,10 @@ const Home = () => (
2323
content={genericInformation.socialDescription}
2424
/>
2525
<meta name="twitter:site" content="@pythonpizzaconf" />
26-
<meta property="og:image" content="/social-image.jpg" />
26+
<meta property="og:image" content="social-image.jpg" />
2727
<meta name="twitter:image:alt" content="Conference logo" />
2828
<meta name="twitter:title" content="Brno Python Pizza Conference!!" />
29-
<meta
30-
name="twitter:image"
31-
content="https://brno.python.pizza/social-image.jpg"
32-
/>
29+
<meta name="twitter:image" content="social-image.jpg" />
3330
<meta
3431
name="twitter:description"
3532
content="Join the fun 🥳🎉🍕 on 22nd February 2025"

0 commit comments

Comments
 (0)