-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add Cloudflare Pages to deploy options #8927
docs: add Cloudflare Pages to deploy options #8927
Conversation
✅ Deploy Preview for vite-docs-main ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some suggestions below. Make sure to run pnpm format
too so the text is properly formatted, but otherwise my suggestions below should resolve the formatting too.
Question for the team: Are the deploy options ordered by first-come-first-serve or popularity? I think popularity might make sense as these guides are useful for new users. In that case I think Cloudflare Pages is in a perfect position in this PR, but maybe we also want to move Vercel up below Netlify (in another PR).
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This looks good to me. Other than the ordering question above, I'll pre-approve this.
Co-authored-by: Tony Trinh <tony19@gmail.com>
Thanks for reviewing this @bluwy. I think maybe we can move the question to an internal discussion or a GitHub issue so this PR can get merged |
Description
This PR adds Cloudflare Pages to the Deployment options. Cloudflare Pages uses the Wrangler CLI to deploy application.
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).