0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00
astro/.changeset/funny-cats-sell.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
233 B
Markdown
Raw Normal View History

---
'@astrojs/underscore-redirects': patch
---
Adds support for forced redirects
Redirects can be forced by setting `force` to `true`:
```ts
redirects.add({
// ...
force: true
})
```
It will append a `!` after the status.