diff --git a/docs/deploy.md b/docs/deploy.md index 7d47e0f73..46604f43c 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -122,10 +122,11 @@ frontend: ``` -6. Add the following Redirect rules in their displayed order. +6. Add the following Redirect rules in their displayed order. Note that the second record is a PNG image where you can change it with any image format you are using. | Source address | Target address | Type | |----------------|----------------|---------------| | /<*>.md | /<*>.md | 200 (Rewrite) | +| /<*>.png | /<*>.png | 200 (Rewrite) | | /<*> | /index.html | 200 (Rewrite) |