@astrojs/underscore-redirects@1.0.4
Fixed 1
- Dynamic redirect routes now honour user-configured status codes instead of hardcoding 301
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.