@astrojs/internal-helpers@0.10.1
📦 astroView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release fixes an issue where the standalone Node server incorrectly appended a trailing slash to request paths starting with a backslash when `trailingSlash: 'always'` was configured, potentially causing off-site redirects.
🐛 Bug Fixes
- Fixed trailing-slash handling for request paths that begin with a backslash when using `trailingSlash: 'always'` in the standalone Node server, preventing incorrect redirection to off-site URLs.