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?

@caseyliss Definitely look at doing things with equivalent Workers features first if possible! I’m sure they'll be side-grade path, but Cloudflare seems to be trying to unify the Workers and Pages products and focusing more on Workers. At least that's the reading between the lines consensus I believe.