Skip to content

@astrojs/internal-helpers@0.10.4

Choose a tag to compare

@astrobot-houston astrobot-houston released this 19 Aug 14:38
8a31cba

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.