Switch public contact email to live.com.au (matches CV)

This commit is contained in:
2026-06-17 16:45:28 +10:00
parent ae207eb79d
commit 720d579386
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -24,9 +24,8 @@ export const site = {
// Canonical URL (used for OG/sitemap/RSS). // Canonical URL (used for OG/sitemap/RSS).
url: "https://www.bztmon.com", url: "https://www.bztmon.com",
// Public contact. (CV lists jonnywright2011@live.com.au — using the primary below; // Public contact (matches the CV).
// tell me if you'd rather the site match the CV exactly.) email: "jonnywright2011@live.com.au",
email: "jonny.wright225@gmail.com",
ogImage: "/og.png", ogImage: "/og.png",
locale: "en", locale: "en",
} as const; } as const;
+1 -1
View File
@@ -25,7 +25,7 @@ export const socials: Social[] = [
}, },
{ {
label: "Email", 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", 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",
}, },
]; ];