1.2 KiB
1.2 KiB
Pages Project Decisions
Keep project-specific choices here; fetch framework adapters, configuration, and code examples from the docs.
| Task | Documentation |
|---|---|
| Maintain a framework deployment | Framework guides |
| Deploy from an external build pipeline | Direct Upload |
| Manage multiple apps in one repository | Monorepos |
| Evaluate backend locality | Smart Placement |
| Plan a move to Workers | Migrate from Pages to Workers |
Check the existing build command, adapter, and output ownership together. Evaluate placement using the application’s backend dependencies and measured latency. For a migration, inventory routes, middleware, bindings, static rules, and deployment settings before following the migration guide.
See Pages Functions patterns for request-level decisions.