0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/.changeset/funny-cats-sell.md
Florian Lefebvre 7f956f0795
feat(underscore-redirects): add support for force (#11271)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-06-20 16:18:39 +02:00

16 lines
No EOL
233 B
Markdown

---
'@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.