Static Assets on zone with domain wildcard
Hi all,
When I try to deploy my worker, I have an error:
Does it mean that Static Assets is a no-go in this scenario?
When I try to deploy my worker, I have an error:
Workers which have static assets cannot be routed on a URL which has a path component. Update theMy use case is - I want to have a worker, bound to a single domain, where in some scenarios I want to serve static site.
route to replace //<domain>/* with /*
Does it mean that Static Assets is a no-go in this scenario?