Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Set up Vercel redirects
Rūdolfs Ošiņš committed 2 years ago
commit 32cb1b667d216480e87b0710e4a795d46cf990eb
parent 87a0fffd7e13172cbac7f969964d746fd542402d
2 files changed +3 -1
deleted public/_redirects
@@ -1 +0,0 @@
-
/*   /index.html   200
added vercel.json
@@ -0,0 +1,3 @@
+
{
+
  "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
+
}