Update Aug 11, 2026 tracked by Updatify
@astrojs/underscore-redirects@1.0.4
Patch Changes
-
#17620
0891ac9Thanks @astrobot-houston! - Fixes dynamic redirect routes to honour user-configured status codes instead of hardcoding 301. Previously, a redirect configured with{ destination: '/new', status: 302 }would be emitted as 301 in the_redirectsfile when the route was dynamic.