A photo of Phil Hawksworth's face
Phil Hawksworth @philhawksworth replying to this from @leemartin
@leemartin @Netlify You bet! Another benefit of netlify dev is that it supports the redirects api. So for convenience, I often make a nicer URL scheme for my functions by adding something like this to my netlify.toml:

[[redirects]]
from = "/api/*"
to = "/.netlify/functions/:splat
status = 200

My tweets and posts live here on my own domain these days.
You can explore them here and follow me on Mastodon instead of Twitter where I'm not currently active.