Skip to content

Commit 1310237

Browse files
committed
fix: Redirect cli/index.md to default route
1 parent 194cb19 commit 1310237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ server {
465465
rewrite ^/platform/integrations/llama$ /platform/integrations/llama-index permanent;
466466

467467
# Markdown file redirects for CLI docs
468-
rewrite ^/cli/index.md /cli.md permanent;
468+
rewrite ^/cli/index.md$ /cli.md permanent;
469469
}
470470

471471
# Temporarily used to route crawlee.dev to the Crawlee GitHub pages.

0 commit comments

Comments
 (0)