This repo is intended to be deployed to Vercel and only redirects:
https://naga.developer.litprotocol.com/*→https://developer.litprotocol.com/*
The full path (and query string) is preserved.
- Create a new Vercel project and import this folder/repo.
- Deploy (no build settings needed; this is config-only).
- In the Vercel project, go to Settings → Domains and add:
naga.developer.litprotocol.com
- Update DNS for
naga.developer.litprotocol.com:- If you can use a CNAME:
naga.developerCNAME →cname.vercel-dns.com.
- If you must use an A record (apex-only scenarios):
- follow the Vercel UI instructions for the correct A record target(s)
- If you can use a CNAME:
Configured in vercel.json:
- Any request to
/anything/hereredirects permanently tohttps://developer.litprotocol.com/anything/here