Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efc66e commit 742f814Copy full SHA for 742f814
static/_redirects
@@ -1,11 +1,7 @@
1
-# Redirect blog.coderabbit.ai to docs.coderabbit.ai
2
-
3
-/ https://docs.coderabbit.ai/ 301!
4
5
# Redirect blog.coderabbit.ai/docs to docs.coderabbit.ai
6
7
/docs https://docs.coderabbit.ai/ 301!
8
9
-# Exclude docs.coderabbit.ai/ from redirection
+# Exclude docs.coderabbit.ai/ (except /) from redirection
10
11
-/docs/ https://docs.coderabbit.ai/ 200
+/docs/\* https://docs.coderabbit.ai/:splat 200
0 commit comments