marksfrancis
marksfrancis
CDCloudflare Developers
Created by marksfrancis on 8/16/2024 in #pages-help
Internal build error - says to contact Cloudflare Support
Oh I see, once I added "exclude": [] , that started working. New _routes.json:
{
"version": 1,
"include": ["/api/*"],
"exclude": []
}
{
"version": 1,
"include": ["/api/*"],
"exclude": []
}
But it's not serving static assets as a fallback anymore 😦 Is there any way to get it to serve static assets without invoking the advanced mode worker?
4 replies
CDCloudflare Developers
Created by marksfrancis on 8/16/2024 in #pages-help
Internal build error - says to contact Cloudflare Support
{
"version": 1,
"include": ["/api/*"]
}
{
"version": 1,
"include": ["/api/*"]
}
4 replies
CDCloudflare Developers
Created by marksfrancis on 7/21/2024 in #pages-help
Image Transforms on pages
Adding a separate worker with a Route integration worked. It'd be great if, at some point, I could use Images from Pages directly (ideally via the same wrangler-based setup as most other infra I'm using), but this is a great workaround. Thank you for your help! ❤️
5 replies