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.
- Host: GitHub
- URL: https://github.com/austonianai/next-edge-domain-forwarding
- Owner: AustonianAI
- Created: 2024-02-02T20:09:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T20:29:55.000Z (over 2 years ago)
- Last Synced: 2025-06-25T19:04:59.934Z (12 months ago)
- Topics: domains, forwarding, linktree, redirect, splashscreen, vanity-url, vercel
- Language: TypeScript
- Homepage: https://www.austinjohnson.me
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!