v0.11.3 April 20, 2026
Fix LinkedIn and Google Scholar URLs Site-wide
LinkedIn profile URL corrected from https://linkedin.com/in/blazejmrozinski to https://www.linkedin.com/in/bmrozinski/ across src/components/Footer.astro, src/pages/about.astro (Person JSON-LD sameAs), and src/pages/contact.astro.
2 fixed
Fixed
- LinkedIn profile URL corrected from `https://linkedin.com/in/blazejmrozinski` to `https://www.linkedin.com/in/bmrozinski/` across `src/components/Footer.astro`, `src/pages/about.astro` (Person JSON-LD `sameAs`), and `src/pages/contact.astro`.
- Google Scholar profile URL corrected from the invalid `https://scholar.google.com/citations?user=blazejmrozinski` to the canonical `https://scholar.google.com/citations?user=RpSeDYwAAAAJ` in the same three files. The old URLs 404'd, which also degraded the Person entity's `sameAs` graph for SEO.