aidan
aidan
CDCloudflare Developers
Created by aidan on 8/27/2024 in #pages-help
Cache control on page worker
I can't find conclusive information about this in the docs. If I have a pages project with dynamic routes using workers, if I set a cache control header on the page worker, will the cloudflare CDN cache it?
1 replies
CDCloudflare Developers
Created by aidan on 6/14/2023 in #pages-help
Dynamic routes with static pages
I'm building a site which is composed of a static html landing page at "website.com/" and a React app at "website.com/{anything here}" which reads the path to dictate its content with react-router. Is there a simple way with pages to serve a static subpage (the react app) with a wildcard (without a worker)? I know there's a worker solution but I'm curious if there's a feature for this within basic pages
3 replies