migrate_pages_to_workers_guide
Learn how to migrate Cloudflare Pages projects to Workers using this essential guide. Ensure compatibility and optimize performance with step-by-step instructions.
Instructions
ALWAYS read this guide before migrating Pages projects to Workers.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}