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 7379e6f commit 2efc66eCopy full SHA for 2efc66e
static/_redirects
@@ -1,11 +1,11 @@
1
-# Redirect from / to docs.coderabbit.ai
+# Redirect blog.coderabbit.ai to docs.coderabbit.ai
2
3
/ https://docs.coderabbit.ai/ 301!
4
5
-# Allow access to /blogs/\* without redirection
+# Redirect blog.coderabbit.ai/docs to docs.coderabbit.ai
6
7
-/blogs/\* https://blog.coderabbit.ai/blogs/:splat 200
+/docs https://docs.coderabbit.ai/ 301!
8
9
-# Redirect any other path to docs.coderabbit.ai
+# Exclude docs.coderabbit.ai/ from redirection
10
11
-/\* https://docs.coderabbit.ai/:splat 301!
+/docs/ https://docs.coderabbit.ai/ 200
0 commit comments