Astro: @astrojs/[email protected] Release

Release date:
August 19, 2026
Previous version:
@astrojs/[email protected] (released August 18, 2026)
Magnitude:
188 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in @astrojs/[email protected]

matthewp
astrobot-houston

Directory Browser for @astrojs/[email protected]

All files are compared to previous version, @astrojs/[email protected]. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • #17701 05763a0 Thanks @matthewp! - Fixes base path stripping to respect path-segment boundaries. With a configured base such as /docs, a request like /docs-archive/page is no longer treated as being under the base, so routing and context.url.pathname now agree on the same pathname.