1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-21 17:36:52 +01:00

astro-redirect-from post update

This commit is contained in:
Matthias Kretschmann 2024-08-12 13:31:37 +02:00
parent 7d11e07adb
commit c6a264c9de
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -152,6 +152,12 @@ redirect_from:
---
```
Alternatively, you can use a string instead of a list for a single redirect:
```yaml
redirect_from: /old-url
```
## Check out & contribute
Head over to GitHub to take a peek into the code, or to report some bugs.