Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
vercel: Fix redirect for `/desktop`
Lorenz Leutgeb committed 11 months ago
commit 8caf449da3f5eea93d84f3c9860f6831baee081a
parent 34b9091
1 file changed +10 -0
modified _site/vercel.json
@@ -5,6 +5,16 @@
      "source": "/desktop/:path*",
      "destination": "https://desktop.radicle.xyz/:path*",
      "permanent": false
+
    },
+
    {
+
      "source": "/desktop",
+
      "destination": "https://desktop.radicle.xyz",
+
      "permanent": false
+
    },
+
    {
+
      "source": "/desktop/",
+
      "destination": "https://desktop.radicle.xyz",
+
      "permanent": false
    }
  ]
}