Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
DonKoko committed Aug 1, 2024
1 parent 9149385 commit 73a8e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/url-shortener.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ The redirection is handled via the `urlShortener` middleware.

Using the shortener is super easy.

1. Add an env variable with your shortner domain: `URL_SHORTENER="hey.lo"`. You can refer to `.env.example` for further example. The domain should not include the protocol (http/https) or a trailing slash
1. Add an env variable with your shortner domain: `URL_SHORTENER="eam.sh"`. You can refer to `.env.example` for further example. The domain should not include the protocol (http/https) or a trailing slash
2. Make sure you point your short domain to your application server
3. Enjoy

0 comments on commit 73a8e96

Please sign in to comment.