Skip to content

Commit 12d5c29

Browse files
committed
correct file extension...
1 parent a914e72 commit 12d5c29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/Layout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import "../styles/global.css";
2121
content="Gatherings for developers, designers, researchers, and founders exploring technology in Kyoto. Conversation-first meetups, community hack days, and collaborations in the city’s tech scene."
2222
/>
2323
<meta property="og:url" content="https://kyoto-tech.github.io/" />
24-
<meta property="og:image" content="https://kyoto-tech.github.io/og/kyoto-tech-meetup.jpg" />
24+
<meta property="og:image" content="https://kyoto-tech.github.io/og/kyoto-tech-meetup.png" />
2525
<meta property="og:image:width" content="1200" />
2626
<meta property="og:image:height" content="630" />
2727
<meta property="og:image:alt" content="Community meetup in Kyoto for builders and technologists" />
@@ -31,7 +31,7 @@ import "../styles/global.css";
3131
name="twitter:description"
3232
content="Gatherings for developers, designers, researchers, and founders exploring technology in Kyoto. Conversation-first meetups, community hack days, and collaborations in the city’s tech scene."
3333
/>
34-
<meta name="twitter:image" content="https://kyoto-tech.github.io/og/kyoto-tech-meetup.jpg" />
34+
<meta name="twitter:image" content="https://kyoto-tech.github.io/og/kyoto-tech-meetup.png" />
3535
<meta name="twitter:image:alt" content="Community meetup in Kyoto for builders and technologists" />
3636
<title>Kyoto Tech Meetup</title>
3737
</head>

0 commit comments

Comments
 (0)