razonyang
CDCloudflare Developers
•Created by razonyang on 4/29/2025 in #pages-help
Does Cloudflare Pages Advanced Mode (Functions) access _worker.js folder?
Advanced mode allows you to develop your Pages Functions with a _worker.js file rather than the /functions directory. https://developers.cloudflare.com/pages/functions/advanced-mode/Is a
_worker.js
folder with index.js
is accessible?2 replies
CDCloudflare Developers
•Created by razonyang on 11/15/2024 in #pages-help
Will all incoming requests count towards usage when using advanced mode?
Hi folks, I'm interested in the advacned mode of the pages functions.
Does
return env.ASSETS.fetch(request);
will comsume requests of plan even if they are static files?5 replies
CDCloudflare Developers
•Created by razonyang on 12/23/2023 in #pages-help
Is it possible to customize functions folder?
Hi, I'd like to rename the functions, is it possible?
7 replies