Skip to content

Commit 0cb5769

Browse files
author
Jan Stevens
committed
fix: align og image
1 parent 85ee8e2 commit 0cb5769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import { Icon } from 'astro-icon/components';
3838
property="og:description"
3939
content="Senior Software Engineer React | Rails | Elixir / Food & Beer lover / Dad"
4040
/>
41-
<meta property="og:image" content="/profile.webp" />
41+
<meta property="og:image" content="https://janstevens.dev/profile.webp" />
4242

4343
<!-- Twitter Meta Tags -->
4444
<meta name="twitter:card" content="summary_large_image" />

0 commit comments

Comments
 (0)