From e1f3e19e250d7a9e70314bbee38c29cc0470dfb6 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Sat, 25 Feb 2023 21:45:49 -0500 Subject: [PATCH] Document comments --- FEATURES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FEATURES.md b/FEATURES.md index 6176405..a2f84b4 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -9,9 +9,11 @@ Redirects can be created with a `_redirects` file with the following format: ``` +# Comment from to [status] ``` +* Lines starting with `#` are ignored * `from` - the path to redirect from * `to` - the path or URL to redirect to * `status` - status code to use when redirecting (default 301)