We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bcccb commit d3a9e5fCopy full SHA for d3a9e5f
1 file changed
src/pages/index.tsx
@@ -23,13 +23,10 @@ const Home = () => (
23
content={genericInformation.socialDescription}
24
/>
25
<meta name="twitter:site" content="@pythonpizzaconf" />
26
- <meta property="og:image" content="/social-image.jpg" />
+ <meta property="og:image" content="social-image.jpg" />
27
<meta name="twitter:image:alt" content="Conference logo" />
28
<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
- />
+ <meta name="twitter:image" content="social-image.jpg" />
33
<meta
34
name="twitter:description"
35
content="Join the fun 🥳🎉🍕 on 22nd February 2025"
0 commit comments