correct https://developers.cloudflare.com/workers/static-assets/#routing-behavior ``` You can config

correct
https://developers.cloudflare.com/workers/static-assets/#routing-behavior
You can configure and override this default routing behaviour. For example, if you have a Single Page Application and want to serve index.html for all unmatched routes, you can set not_found_handling = "single-page-application":


if i remove the catchAll/notFound from my worker i get no response at all
Was this page helpful?