1
0
mirror of https://github.com/kremalicious/astro-redirect-from.git synced 2024-10-22 03:12:43 +02:00

docs update

This commit is contained in:
Matthias Kretschmann 2024-08-12 12:53:28 +02:00
parent 53cc262921
commit 448225dcd0
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -142,6 +142,12 @@ redirect_from:
---
```
Alternatively, you can use a string instead of a list for a single redirect:
```yaml
redirect_from: /old-url
```
## [More Documentation](https://kremalicious.com/astro-redirect-from/)
Find more explanations, all about server-side redirects, and learn about additional integrations which can be used in combination with astro-redirect-from.