Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
vercel: Redirect `/debian`
Lorenz Leutgeb committed 11 months ago
commit 19ef383e167b6b856d7bd9994df368d87944992a
parent 2839c72
1 file changed +3 -3
modified _site/vercel.json
@@ -7,13 +7,13 @@
      "permanent": false
    },
    {
-
      "source": "/desktop",
+
      "source": "/desktop/",
      "destination": "https://desktop.radicle.xyz",
      "permanent": false
    },
    {
-
      "source": "/desktop/",
-
      "destination": "https://desktop.radicle.xyz",
+
      "source": "/debian/:path*",
+
      "destination": "https://files.radicle.xyz/debian/:path*",
      "permanent": false
    }
  ]