#Is it possible to create a custom page path with cloudflare pages or cloudflare in general?
3 messages · Page 1 of 1 (latest)
Do you mean a dynamic url path? If you name the js file of the pages functions to something like [param].js, then you can access the param (whatever the user uses in the URL there) from within the function.
Yes I mean that, I've given an example as well