diff --git a/src/content/authors/nobbz.mdx b/src/content/authors/nobbz.mdx index 54183d6..a5a2c49 100644 --- a/src/content/authors/nobbz.mdx +++ b/src/content/authors/nobbz.mdx @@ -11,13 +11,13 @@ nick_name: "NobbZ" funding: amazon: https://www.amazon.de/hz/wishlist/ls/1GZRUIT9EP93R?ref_=wl_share github: "NobbZ" - kofi: "nobbz" patreon: "nobbz_dev" polar: "NobbZ" social: + bsky: "nobbz.dev" github: "NobbZ" gitlab: "NobbZ" - linkedin: "norbert-melzer-a175829a" + linkedin: "norbert-melzer" twitter: "NobbZ1981" web: homepage: "https://blog.nobbz.dev/" diff --git a/src/content/schemas/authors.ts b/src/content/schemas/authors.ts index 81f3e37..ac950c2 100644 --- a/src/content/schemas/authors.ts +++ b/src/content/schemas/authors.ts @@ -26,6 +26,7 @@ const funding = z const social = z .object({ + bsky: z.string(), github: z.string(), gitlab: z.string(), linkedin: z.string(),