Skip to content

Commit

Permalink
fix: add image to person
Browse files Browse the repository at this point in the history
  • Loading branch information
masterjanic committed Nov 14, 2024
1 parent c9ae2fa commit e1458bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added public/images/janic-bellmann-pfp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/seo/person-ld.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default function PersonLd() {
"@context": "https://schema.org",
"@type": "Person",
"@id": `${config.baseUrl.origin}/#person`,
image: `${config.baseUrl.origin}/images/janic-bellmann-pfp.png`,
description: "A student and developer from Germany.",
jobTitle: "Student",
email: config.mail,
Expand Down

0 comments on commit e1458bf

Please sign in to comment.