cloudflare-docs
cloudflare-docs copied to clipboard
Cloudflare’s documentation
Hello team, ### Summary For a better understanding, can we improve this phrase below? "not all cache purge endpoints function" Thanks!
### Summary This PR updates the Docusaurus framework guide to include instructions for deploying static assets using Workers. ### Screenshots (optional) ### Documentation checklist - [x] The [documentation style guide](https://developers.cloudflare.com/style-guide/)...
### Summary Small docs update to Vite Plugin ### Documentation checklist - [x] The [documentation style guide](https://developers.cloudflare.com/style-guide/) has been adhered to. - [x] If a larger change - such as...
### Summary Adds documentation to help users solve a common issue with Zola deployments on Cloudflare Pages where preview deployments don't properly load stylesheets due to base URL configuration. Example:...
``` npm create cloudflare@latest -- . --template=cloudflare/templates/vite-react-template npm warn Unknown cli config "--template". This will stop working in the next major version of npm. ```
### Summary Fixing error in current config generating the following error: ``` Cannot find type definition file for 'worker-configuration.d.ts'. The file is in the program because: Entry point of type...
Included additional documentation for updating node version for a next.js static site using .nvmrc ### Summary Additional documentation to update Node.js version used is Cloudflare builds by default. Recent Next.js...
Hello team, ### Summary Let's link it to the _try...catch_ docs for more info and examples. Thanks!
### Example URL(s) https://developers.cloudflare.com/workers/configuration/cron-triggers/ https://developers.cloudflare.com/workers/runtime-apis/handlers/scheduled/ ### Actual Behavior [Cron Triggers docs](https://developers.cloudflare.com/workers/configuration/cron-triggers/) and [scheduled handlers docs](https://developers.cloudflare.com/workers/runtime-apis/handlers/scheduled/) define different method signatures and types for the scheduled handler. Cron Triggers defines it as...