-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Add Next.js to supported Workers frameworks #17124
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
Conversation
refs opennextjs/docs#3 It is intentional that this guide is not the same as other guides here. Need to explain how to take an _existing_ Next.js app and deploy it to Cloudflare, as we do here: https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/get-started/
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.
1 files reviewed, 5 total issue(s) found.
src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Tanushree <[email protected]>
src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
Outdated
Show resolved
Hide resolved
Deploying cloudflare-docs with
|
Latest commit: |
ce9bb9e
|
Status: | ✅ Deploy successful! |
Preview URL: | https://cfd7ae62.cloudflare-docs-7ou.pages.dev |
Branch Preview URL: | https://bib-opennext-1.cloudflare-docs-7ou.pages.dev |
src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
Outdated
Show resolved
Hide resolved
|
||
## Static assets | ||
|
||
You can serve static assets your Next.js application by placing them in the `./public/` directory. This can be useful for resource files such as images, stylesheets, fonts, and manifests. |
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.
I think you're missing a word here? "...serve static assets to your Next.js..." ?
Files with changes (up to 15) |
Co-authored-by: ToriLindsay <[email protected]>
* Add Next.js to supported Workers frameworks refs opennextjs/docs#3 It is intentional that this guide is not the same as other guides here. Need to explain how to take an _existing_ Next.js app and deploy it to Cloudflare, as we do here: https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/get-started/ * Update src/content/docs/workers/frameworks/framework-guides/nextjs.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Tanushree <[email protected]> * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: ToriLindsay <[email protected]> --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Tanushree <[email protected]> Co-authored-by: ToriLindsay <[email protected]>
* Add Next.js to supported Workers frameworks refs opennextjs/docs#3 It is intentional that this guide is not the same as other guides here. Need to explain how to take an _existing_ Next.js app and deploy it to Cloudflare, as we do here: https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/get-started/ * Update src/content/docs/workers/frameworks/framework-guides/nextjs.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Tanushree <[email protected]> * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: ToriLindsay <[email protected]> --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Tanushree <[email protected]> Co-authored-by: ToriLindsay <[email protected]>
* Add Next.js to supported Workers frameworks refs opennextjs/docs#3 It is intentional that this guide is not the same as other guides here. Need to explain how to take an _existing_ Next.js app and deploy it to Cloudflare, as we do here: https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/get-started/ * Update src/content/docs/workers/frameworks/framework-guides/nextjs.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Tanushree <[email protected]> * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: ToriLindsay <[email protected]> --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Tanushree <[email protected]> Co-authored-by: ToriLindsay <[email protected]>
refs opennextjs/docs#3
It is intentional that this guide is not the same as other guides here. Need to explain how to take an existing Next.js app and deploy it to Cloudflare, as we do here:
https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/get-started/