Skip to content

fix: favicon and meta tags not rendering#35

Merged
devallibus merged 1 commit into
masterfrom
development
Mar 8, 2026
Merged

fix: favicon and meta tags not rendering#35
devallibus merged 1 commit into
masterfrom
development

Conversation

@devallibus
Copy link
Copy Markdown
Owner

Summary

  • Moved <HeadContent /> from <body> into <head> in __root.tsx
  • Favicon link and stylesheet tags were being ignored by browsers since they were in the body
  • Added <meta charset> and <meta viewport> to the head

Test plan

  • bun run check passes
  • Verified favicon visible in browser tab locally

🤖 Generated with Claude Code

…rectly

HeadContent was inside <body>, causing browsers to ignore the favicon
link tag. Also adds charset and viewport meta tags.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@devallibus devallibus merged commit fc95a0d into master Mar 8, 2026
3 checks passed
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