ui: retheme favicon + OG card to the cyan→magenta theme
build-and-deploy / build (push) Failing after 12m13s
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user