Closed oscarcao closed 2 years ago
@Ekwuno to implement a notice on NODE_VERSION
on this page
@codewithkristian @Ekwuno
I've just started with Cloudflare/Pages.
Am I missing something? I tried to find in the docs how to use next/image with Cloudflare Pages without luck.
I found this link in the Images service https://developers.cloudflare.com/images/image-resizing/integration-with-frameworks/
but using it for images that are on /public gives me 404.
Would you be able to provide any guidance on that?
We already have this notice on other frameworks - like Astro
Copied it over into the Next.js framework in https://github.com/cloudflare/cloudflare-docs/pull/4124
Existing documentation URL(s)
Section that requires update
What needs to change?
Next.js has a dependency that requires node version 12.20.0 or higher. The version of node provided by the default Pages configuration is 12.18.0.
How should it change?
There should be a paragraph added to inform users about this and how-to override the default node version setting by pointing the user to the documentation that covers this (https://developers.cloudflare.com/pages/platform/build-configuration/#language-support-and-tools).
Additional information