Skip to content

fix(spend): wire favicon links into generated page#8

Merged
skishchampi merged 1 commit into
mainfrom
fix/spend-favicon
May 12, 2026
Merged

fix(spend): wire favicon links into generated page#8
skishchampi merged 1 commit into
mainfrom
fix/spend-favicon

Conversation

@skishchampi
Copy link
Copy Markdown
Contributor

Summary

  • spend/index.html had no favicon links — browsers fell back to a nonexistent root /favicon.ico.
  • Adds the same five icon refs the homepage uses (svg, 32px, 16px, ico, apple-touch), resolved relative to /spend/ via ../assets/.
  • Fix is in the generator (scripts/build_spend_page.py); regenerated spend/index.html included.

Test plan

  • CI passes
  • Open /spend/ after deploy and confirm favicon renders in the tab

`spend/index.html` had no favicon <link> tags, so browsers fell back to a
nonexistent /favicon.ico at the site root. Add the same five icon refs
the homepage uses, resolved relative to /spend/ (../assets/).
@skishchampi skishchampi merged commit 152f2ad into main May 12, 2026
2 checks passed
@skishchampi skishchampi deleted the fix/spend-favicon branch May 12, 2026 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant