diff --git a/src/data/site.ts b/src/data/site.ts index b9dc9a5..cbd8aff 100644 --- a/src/data/site.ts +++ b/src/data/site.ts @@ -24,9 +24,8 @@ export const site = { // Canonical URL (used for OG/sitemap/RSS). url: "https://www.bztmon.com", - // Public contact. (CV lists jonnywright2011@live.com.au — using the primary below; - // tell me if you'd rather the site match the CV exactly.) - email: "jonny.wright225@gmail.com", + // Public contact (matches the CV). + email: "jonnywright2011@live.com.au", ogImage: "/og.png", locale: "en", } as const; diff --git a/src/data/socials.ts b/src/data/socials.ts index f5e2984..0b1aad9 100644 --- a/src/data/socials.ts +++ b/src/data/socials.ts @@ -25,7 +25,7 @@ export const socials: Social[] = [ }, { label: "Email", - href: "mailto:jonny.wright225@gmail.com", + href: "mailto:jonnywright2011@live.com.au", icon: "M2 4h20c.55 0 1 .45 1 1v14c0 .55-.45 1-1 1H2c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1Zm1.4 2 8.6 6 8.6-6H3.4ZM21 7.87l-8.43 5.9a1 1 0 0 1-1.14 0L3 7.87V18h18V7.87Z", }, ];