Radish alpha
r
Radicle website including documentation and guides
Radicle
Git (anonymous pull)
Log in to clone via SSH
desktop: Also redirect path components
Lorenz Leutgeb committed 11 months ago
commit 67e9b4740db1154ae7fd5c8e8e4da59059141ecc
parent 57ac4aff68324d2d2f2a0d13dd8c9cd64d2166ab
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
    }
  ]