Tag: astro
All the articles with the tag "astro".
A 301 on every click: the trailing slash that slowed down all internal navigation
Published:A real finding on skills.addy.ie: every internal link triggered a 301 redirect on Netlify because of a missing trailing slash. What it costs the UX, how I spotted it in DevTools, the quick fix I first thought of, and the underlying solution (Astro directory format + trailingSlash: 'always'). With Network panel evidence before and after.