January 4, 2025
- astro
- javascript
- serverless
- vercel
Astro supports redirects out of the box when using an adapter, but only redirects to pages on the same site that Astro knows to exist. Although the Cloudflare adapter does support external redirects, supporting them is considered a "non-goal" according to the Astro roadmap. There does seem to be interest in adding external redirects to the Vercel adapter as well, but as of now this doesn't work.
Read More