No github

This commit is contained in:
Andras Schmelczer 2026-06-26 17:56:05 +02:00
parent 283df32afe
commit 1ea3024e4e
13 changed files with 28 additions and 28 deletions

View file

@ -17,7 +17,7 @@ export const site = {
'Notebook of someone who keeps reaching for the same two moves: let the hard constraint pick the data structure, then keep the API small enough to defend.',
url: 'https://schmelczer.dev',
email: 'andras@schmelczer.dev',
github: 'https://github.com/schmelczer',
git: 'https://git.schmelczer.dev/andras',
linkedin: 'https://www.linkedin.com/in/andras-schmelczer',
cv: '/media/downloads/cv-andras-schmelczer.pdf',
};
@ -211,7 +211,7 @@ export function buildPersonJsonLd(extra?: Record<string, unknown>) {
name: site.name,
url: site.url,
email: `mailto:${site.email}`,
sameAs: [site.github, site.linkedin],
sameAs: [site.git, site.linkedin],
description: site.description,
...extra,
};