Document comments

This commit is contained in:
video-prize-ranch 2023-02-25 21:45:49 -05:00
parent aa1d8c45a4
commit e1f3e19e25
No known key found for this signature in database

View file

@ -9,9 +9,11 @@
Redirects can be created with a `_redirects` file with the following format: Redirects can be created with a `_redirects` file with the following format:
``` ```
# Comment
from to [status] from to [status]
``` ```
* Lines starting with `#` are ignored
* `from` - the path to redirect from * `from` - the path to redirect from
* `to` - the path or URL to redirect to * `to` - the path or URL to redirect to
* `status` - status code to use when redirecting (default 301) * `status` - status code to use when redirecting (default 301)