-
Notifications
You must be signed in to change notification settings - Fork 12.1k
Description
Example URL(s)
https://developers.cloudflare.com/pages/get-started/git-integration/
https://developers.cloudflare.com/pages/framework-guides/deploy-a-blazor-site/#deploy-with-cloudflare-pages
Actual Behavior
These docs are outdated , there is no mention of the deploy command when trying to create a new application, the deploy command is required so its unavoidable
I tried leaving a space and it allowed me to "deploy" but all that did was disable the workers which means I could not visit the website, and when I did manually enable the worker and visited the website it was just hello world
Expected Behavior
I understand needing a worker to deploy but then why is there docs on how to setup a worker in the first link I provided
And what if you dont want to use workers , only pages, are you forced to use them anyway
Additional information
No response