The Page Functions Advanced Mode (_worker.js) docs says: > Your Function is required to make or for

The Page Functions Advanced Mode (_worker.js) docs says:

Your Function is required to make or forward requests to your project’s static assets. Failure to do so will result in broken or unwanted behavior.

i.e. call return env.ASSETS.fetch(request);
https://developers.cloudflare.com/pages/platform/functions/advanced-mode/

However, I'm not doing this yet static assets are still being served. Can anybody confirm that these docs are outdated? I'm guessing it's still honoring
_routes.json
?
Was this page helpful?