Tag: astro
All the articles with the tag "astro".
WebMCP on a static site: the GeeksCAT Conf 2026 website, ready for agents
Published:The GeeksCAT Conf 2026 website is a static Astro site that exposes its schedule, speakers and event details to AI agents through WebMCP. Three layers: a manifest in /.well-known, JSON endpoints generated at build time, and tool registration with document.modelContext.
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.