Congratulations
— you just made a Gatsby site! 🎉🎉🎉

This is a minimal reproduction of Gatsby redirects not working on Vercel even though they're supposed to 🥲

Redirects configured with createRedirect in gatsby-node.js as per docs. Gatsby says redirects need to be implemented server-side. Vercel documentation indicates this is meant to work.

  • This is a proxy. A redirect that resolves with 200 but serves data from elsewhere 👉 click me
  • This is a redirect. You expect to be routed to a different page 👉 click me
Gatsby G Logo