Skip to content

Commit

Permalink
Update core-layout.astro
Browse files Browse the repository at this point in the history
Add v2 portrait to SEO
  • Loading branch information
kubgus authored Sep 8, 2024
1 parent d77d6b3 commit 41d9072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/core-layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SEO } from 'astro-seo';
const {
title = "Jakub Gustafik",
description = "Student & software developer based in Slovakia",
image = "/images/linkedin-portrait.jpg",
image = "/images/linkedin-portrait-v2.jpg",
canonical = `https://gustafik.com` + Astro.url.pathname,
og_title = title,
og_type = "website",
Expand Down

0 comments on commit 41d9072

Please sign in to comment.