Commit Graph
3 Commits
Author SHA1 Message Date
anthony 0e19f92cda feat(seo): add remaining image, HEIC, and ICO conversion pages 2026-08-02 10:35:11 +02:00
anthony e6ab78de29 feat(seo): add conversion-page scaffolding with 2 seed pairs (jpg-to-png, pdf-to-docx) 2026-08-02 10:32:53 +02:00
anthony 3b53d82b3d feat(seo): migrate to build-time prerendering with vite-react-ssg
Fixes SeoHead (title/canonical/hreflang/JSON-LD) to render during SSR via
vite-react-ssg's Head component instead of a client-only useEffect, so
crawlers see real tags without executing JS. Also fixes an SSR crash in
useTheme (localStorage access with no window during server render) and
removes now-duplicated static meta tags from index.html.
2026-08-02 10:30:26 +02:00