razonyang
CDCloudflare Developers
•Created by razonyang on 11/15/2024 in #pages-help
Will all incoming requests count towards usage when using advanced mode?
OK, I think I found the answer from the the page's Real-time Logs after doing some tests.
1. All incoming requests from the advanced mode (_worker.js) count towards the quota.
2. The good news is that I can include and exclude routes by creating routing the file.
After that, there won't be any static file or unexpected requests appearing in worker and Real-time Logs.
Please correct me if I'm mistaken.
3 replies
CDCloudflare Developers
•Created by razonyang on 11/15/2024 in #pages-help
Will all incoming requests count towards usage when using advanced mode?
If so, is there a way to exclude paths from advanced mode worker? 🤔
3 replies
CDCloudflare Developers
•Created by razonyang on 12/23/2023 in #pages-help
Is it possible to customize functions folder?
Yep, that's what I want. I'm trying to separate the functions to different repo, and reuse it in multiple static sites (Hugo), but currently Hugo module not allows mounting the functions folder, so I'm wondering if it is reasonable to customize the functions folder, so that I can mount via Hugo modules with another allowed folder.
Although I think I can use Git submodule to achieve this, it would be more easier if CFP functions folder can be customized. Would this be considered as a feature request?
7 replies