Skip to content
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

Update Readme for Netlify's updated Next.js runtime #539

Merged
merged 2 commits into from
Nov 5, 2022

Conversation

curedbylethe
Copy link
Contributor

Netlify does support next/images and other new features of next.js now

@vercel
Copy link

vercel bot commented Sep 6, 2022

Someone is attempting to deploy a commit to a Personal Account owned by @timlrx on Vercel.

@timlrx first needs to authorize it.

README.md Outdated
**Netlify**
[Netlify](https://www.netlify.com/)’s Next.js Runtime configures your site on Netlify to enable key Next.js functionality without the need for additional configurations. It automatically generates serverless functions that handle server-side rendered (SSR) pages, incremental static regeneration (ISR), `next/images`, and other Next.js features.

See [Next.js on Netlify](https://docs.netlify.com/integrations/frameworks/next-js/overview/?_ga=2.231118303.1534037503.1662410166-867730543.1662410166#next-js-runtime) for suggested configuration values and more details.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the URL not simply https://docs.netlify.com/integrations/frameworks/next-js/overview/#next-js-runtime, but does include a Google Analytics query string?

README.md Outdated
**Netlify / GitHub Pages / Firebase etc.**
As the template uses `next/image` for image optimization, additional configurations have to be made to deploy on other popular static hosting websites like [Netlify](https://www.netlify.com/) or [GitHub Pages](https://pages.github.com/). An alternative image optimization provider such as Imgix, Cloudinary or Akamai has to be used. Alternatively, replace the `next/image` component with a standard `<img>` tag. See [`next/image` documentation](https://nextjs.org/docs/basic-features/image-optimization) for more details.
**Netlify**
[Netlify](https://www.netlify.com/)’s Next.js Runtime configures your site on Netlify to enable key Next.js functionality without the need for additional configurations. It automatically generates serverless functions that handle server-side rendered (SSR) pages, incremental static regeneration (ISR), `next/images`, and other Next.js features.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is copied verbatim form the Netlify docs. Maybe we should reformulate it to avoid copyright issues.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my bad this was done a bit hastily last night. should be ok in the new commit.

fixed the url to netlify's docs, made changes to the netlify section of the docs to be more original based on contributor's suggestions
@timlrx
Copy link
Owner

timlrx commented Nov 5, 2022

Sorry for the late reply but nice to see Netlify has catched up!

@timlrx timlrx merged commit 6b21c42 into timlrx:master Nov 5, 2022
Meez25 pushed a commit to Meez25/Blog that referenced this pull request Jun 17, 2024
Update Readme for Netlify's updated Next.js runtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants