Hi @jacebenson, what you’re looking for is proxy redirects. If you’re using a _redirects file, then it’ll look like: /hello /.netlify/functions/hello 200
I missed a critical part of the _redirects file. It should end up in your dist or public folder, whereever your build assets exist after running… Once copying it from root / there. It works locally… Not on the actual netlify platform yet.
hi @jacebenson - you might also poke around in #topics:redirects to see if there is useful information you need, or start a different thread in that category