🐞 Patch Changes
-
#10355
8ce9fffd44b0740621178d61fb1425bf4155c2d7Thanks @ematipico! - Fixes a regression where full dynamic routes were prioritized over partial dynamic routes. Now a route likefood-[name].astrois matched before[name].astro. -
#10356
d121311a3f4b5345e344e31f75d4e7164d65f729Thanks @mingjunlu! - Fixes an issue wheregetCollectionmight returnundefinedwhen content collection is empty -
#10325
f33cce8f6c3a2e17847658cdedb015bd93cc1ee3Thanks @lilnasy! - Fixes an issue wherectx.siteincluded the configuredbasein API routes and middleware, unlikeAstro.sitein astro pages. -
#10343
f973aa9110592fa9017bbe84387f22c24a6d7159Thanks @ematipico! - Fixes some false positive in the dev toolbar a11y audits, by adding theaelement to the list of interactive elements. -
#10295
fdd5bf277e5c1cfa30c1bd2ca123f4e90e8d09d9Thanks @rossrobino! - Adds a prefetch fallback when using theexperimental.clientPrerenderoption. If prerendering fails, which can happen if Chrome extensions block prerendering, it will fallback to prefetching the URL. This works by adding aprefetchfield to thespeculationrulesscript, but does not create an extra request.