aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/vercel.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/vercel.json b/docs/vercel.json
new file mode 100644
index 00000000..efe39f08
--- /dev/null
+++ b/docs/vercel.json
@@ -0,0 +1,9 @@
+{
+ "redirects": [
+ {
+ "source": "/docs/",
+ "destination": "/docs/guide",
+ "permanent": true
+ }
+ ]
+}