From 448225dcd0570b60135a2a0e31a788bb77f2ca80 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 12 Aug 2024 12:53:28 +0200 Subject: [PATCH] docs update --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9c96d2a..617ce1a 100644 --- a/README.md +++ b/README.md @@ -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.