Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rishiosaur/ll into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rishiosaur committed Oct 30, 2020
2 parents 4f2c450 + 3993b90 commit a33f594
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ A minimal link shortener powered by Vercel's serverless functions and Next.js
}
```

`url` is the end URL that you'd like to redirect to.
`name` is the name of the route that redirects to `url`.
`public` is a boolean that determines whether or not this redirect shows up in the public directory.

## Basic Setup

`LL` was created to be completely open; it works with any data source that returns an array of objects that conform to the above protocol.
Expand Down

1 comment on commit a33f594

@vercel
Copy link

@vercel vercel bot commented on a33f594 Oct 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.