github withastro/astro @astrojs/underscore-redirects@0.3.4

latest releases: astro@4.11.3, astro@4.11.2, @astrojs/studio@0.1.1...
3 days ago

Patch Changes

  • #11271 7f956f0 Thanks @florian-lefebvre! - Adds support for forced redirects

    Redirects can be forced by setting force to true:

    redirects.add({
      // ...
      force: true,
    });

    It will append a ! after the status.

Don't miss a new astro release

NewReleases is sending notifications on new releases.