ui: retheme favicon + OG card to the cyan→magenta theme
build-and-deploy / build (push) Failing after 12m13s

The tab logo and social preview were still on the old teal palette. Retone both
to the electric cyan→magenta theme matching the hero nameplate:
- favicon.svg: jw monogram + prompt-line + cursor on a cyan→magenta gradient.
- og.png (gen-og.mjs): name in the cyan→violet→magenta hero gradient, cyan
  eyebrow/separators, magenta URL, cyan→magenta top bar + dual corner glows.
- bump ?v=2 on both refs (public/ assets are CF-edge-cached + social platforms
  cache OG hard) so the new art shows immediately.
This commit is contained in:
2026-06-27 23:01:41 +10:00
parent 0c93328a2d
commit 5d439752de
5 changed files with 34 additions and 17 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export const site = {
url: "https://www.bztmon.com",
// Public contact (matches the CV).
email: "jonnywright2011@live.com.au",
ogImage: "/og.png",
ogImage: "/og.png?v=2",
locale: "en",
// Content license for blog posts + pages. Edit here to relicense site-wide.
license: {
+1 -1
View File
@@ -27,7 +27,7 @@ const ogImage = new URL(site.ogImage, site.url).href;
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg?v=2" />
<link rel="canonical" href={canonical} />
<title>{pageTitle}</title>