I'm new to Cloudflare… anything, really. I'm investigating using Pages & Functions for something.
If I have a static HTML site that calls into Functions as an API, is it possible to use dynamic routing?
I'm envisioning something like
/details/1234
Rather than /details?id=1234
Possible? If so, how?