An open API service indexing awesome lists of open source software.

https://github.com/austonianai/next-edge-domain-forwarding

This is a simple app that redirects a Vercel domain to my Linktree page.
https://github.com/austonianai/next-edge-domain-forwarding

domains forwarding linktree redirect splashscreen vanity-url vercel

Last synced: 2 months ago
JSON representation

This is a simple app that redirects a Vercel domain to my Linktree page.

Awesome Lists containing this project

README

          

# Next14 Edge Redirect

This example demonstrates how to use Vercel's Edge functionality to easily redirect all incoming traffic from a domain to a different URL of your choice.

### Customizing the Redirect

To customize the redirection destination, modify the middleware.ts file. By default, it redirects all traffic to "https://linktr.ee/austinai". You can change the destination URL by editing this file.

Please note that this is a simple app designed for domain redirection. The only file you need to modify is middleware.ts to specify the target URL you want to redirect to.

Feel free to reach out if you have any questions or need further assistance!