Radish alpha
r
Radicle website including documentation and guides
Radicle
Git (anonymous pull)
Log in to clone via SSH
vercel: Fix redirect for `/desktop`
Lorenz Leutgeb committed 11 months ago
commit 8caf449da3f5eea93d84f3c9860f6831baee081a
parent 34b90919d0e577d2d5ffcdd1f17f83d7da0e76a0
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
    }
  ]
}