Ron Strauss
CDCloudflare Developers
•Created by rcm on 11/19/2023 in #pages-help
Bundle remote assets at build time
You definitely can, but it's related to the build process (not a cloudflare action). Just be sure to change the asset's url that you're linking to. I'd suggest having some environment variable that prefixes all the assets URL.
As for the assets, it's a simple
for loop
that curl
s all the assets and saves it in a designated assets
folder. Or better yet, bundle it up and extract in folder.3 replies
CDCloudflare Developers
•Created by Ron Strauss on 5/16/2023 in #pages-help
How to set up cloudflare to send an email (or emit some event) after page build is deployed?
This is actually exactly what I needed. Thank you @walshydev !!
7 replies
CDCloudflare Developers
•Created by Ron Strauss on 5/16/2023 in #pages-help
How to set up cloudflare to send an email (or emit some event) after page build is deployed?
That's a really good idea!
The person that needs to receive the email isn't me, but I could setup a forwarding rule on the email provider.
Thanks!
7 replies