Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
2400
Issues
36
Patches
365
Jobs
Commits
›
32cb1b667d216480e87b0710e4a795d46cf990eb
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" }]
+
}