Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
vercel: Remove unused configuration
Lorenz Leutgeb committed 5 months ago
commit aec4cde3b40456ed209aa67c4cd67480630f7e2a
parent 188c583
2 files changed +0 -33
deleted .vercelignore
@@ -1,8 +0,0 @@
-
flake.*
-
LICENSE
-
.direnv
-
.jj
-
*~undo-tree~
-
**/.\#*
-
Makefile
-
README.md

\ No newline at end of file
deleted vercel.json
@@ -1,25 +0,0 @@
-
{
-
  "$schema": "https://openapi.vercel.sh/vercel.json",
-
  "redirects": [
-
    {
-
      "source": "/desktop/:path*",
-
      "destination": "https://desktop.radicle.xyz/:path*",
-
      "permanent": false
-
    },
-
    {
-
      "source": "/desktop/",
-
      "destination": "https://desktop.radicle.xyz",
-
      "permanent": false
-
    },
-
    {
-
      "source": "/debian/:path*",
-
      "destination": "https://files.radicle.xyz/debian/:path*",
-
      "permanent": false
-
    },
-
    {
-
      "source": "/apt/:path*",
-
      "destination": "https://files.radicle.xyz/apt/:path*",
-
      "permanent": false
-
    }
-
  ]
-
}