Skip to content

Commit 527f565

Browse files
SharonHartCopilot
andcommitted
Adopt new Asset 4 brand icon for favicon and small mark
Swap the favicon, Starlight logo/icon, and header/footer brand mark to the new rounded-square Inky icon (blue→violet gradient). Regenerate the PNG favicon fallback and bump cache-bust versions to force browsers to refresh. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b847b67 commit 527f565

6 files changed

Lines changed: 155 additions & 68 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default defineConfig({
3434
},
3535
{ tag: "link", attrs: { rel: "preconnect", href: "https://fonts.googleapis.com" } },
3636
{ tag: "link", attrs: { rel: "preconnect", href: "https://fonts.gstatic.com", crossorigin: true } },
37-
{ tag: "link", attrs: { rel: "icon", type: "image/svg+xml", href: "/inkey-icon.svg?v=2" } },
37+
{ tag: "link", attrs: { rel: "icon", type: "image/svg+xml", href: "/inkey-icon.svg?v=asset4" } },
3838
{ tag: "link", attrs: { rel: "apple-touch-icon", href: "/apple-touch-icon.png?v=2" } },
3939
{
4040
tag: "link",

public/favicon.png

53.4 KB
Loading

public/inkey-favicon.svg

Lines changed: 26 additions & 43 deletions
Loading

public/inkey-icon.svg

Lines changed: 62 additions & 10 deletions
Loading

0 commit comments

Comments
 (0)