Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
desktop: Also redirect path components
Lorenz Leutgeb committed 11 months ago
commit 67e9b4740db1154ae7fd5c8e8e4da59059141ecc
parent 57ac4af
1 file changed +2 -2
modified _site/vercel.json
@@ -2,8 +2,8 @@
  "$schema": "https://openapi.vercel.sh/vercel.json",
  "redirects": [
    {
-
      "source": "/desktop",
-
      "destination": "https://desktop.radicle.xyz",
+
      "source": "/desktop/:path*",
+
      "destination": "https://desktop.radicle.xyz/:path*",
      "permanent": false
    }
  ]