vercel-redirects icon indicating copy to clipboard operation
vercel-redirects copied to clipboard

Command-line utility to manage your Vercel project redirects. Doubles as a url shortener.

Results 3 vercel-redirects issues
Sort by recently updated
recently updated
newest added

Just installed as dev dep as per Installation instructions running `npm run shorten google.com` ends up with error "SyntaxError: Unexpected end of JSON input" I am using `v18.16.0`

Running `vercel-redirects foo.com bar` will result in a redirect that can't be accessed: ```json { "redirects": [ { "source": "bar", "dest": "foo.com" } ] } ``` An extra `/` should...

It'd be very useful if one could simply do `vercel-redirects del /` or `vercel-redirects delete /` instead of manually editing the `vercel.json`