Skip to content

Conversation

@paveg
Copy link
Owner

@paveg paveg commented Jan 3, 2026

Summary

  • Add SVG favicon (πŸ“Š emoji on dark background)
  • Add SVG OG image (1200x630 with DevCard branding)
  • Fix Vite publicDir path (../../public-static β†’ ../../public)
  • Update .gitignore to allow public/*.svg
  • Update index.html meta tags to reference correct OG image path

Why

The site was returning 404s for favicon.ico and og-image.png. Created proper SVG assets that match the DevCard branding.

Test plan

  • Verify favicon displays in browser tab
  • Verify OG image appears when sharing links
  • Run pnpm build to confirm assets are copied to dist

πŸ€– Generated with Claude Code

- Add favicon.svg with chart emoji (πŸ“Š)
- Add og-image.svg (1200x630) for social sharing
- Fix vite.config.ts publicDir: public-static β†’ public
- Update og:image meta tags to reference SVG
- Add fallback font metrics to minimize CLS
- Update .gitignore to allow public/*.svg

πŸ€– Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@cloudflare-workers-and-pages
Copy link

Deploying with Β Cloudflare Workers Β Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
βœ… Deployment successful!
View logs
devcard 5f2133e Commit Preview URL

Branch Preview URL
Jan 03 2026, 08:10 AM

@paveg paveg merged commit 20daf92 into main Jan 3, 2026
6 checks passed
@paveg paveg deleted the feat/add-favicon-og-image branch January 3, 2026 08:11
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.

2 participants