You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-5
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ by targeting the `/_next/image/*` route:
44
44
45
45
## Disabling included image loader
46
46
47
-
If you wish to disable the use of the image loader which is bundled into the runtime by default, set the `DISABLE_IPX` environment variable to `true`.
47
+
If you wish to disable the use of the image loader which is bundled into the runtime by default, set the `DISABLE_IPX` environment variable to `true`.
48
48
49
49
This should only be done if the site is not using `next/image` or is using a different loader (such as Cloudinary or Imgix).
50
50
@@ -60,7 +60,7 @@ For more details on Next.js Middleware with Netlify, see the [middleware docs](h
60
60
61
61
### Limitations
62
62
63
-
Due to how the site configuration is handled when it's run using Netlify Edge Functions, data such as `locale` and `defaultLocale` will be missing on the `req.nextUrl` object when running `netlify dev`.
63
+
Due to how the site configuration is handled when it's run using Netlify Edge Functions, data such as `locale` and `defaultLocale` will be missing on the `req.nextUrl` object when running `netlify dev`.
64
64
65
65
However, this data is available on `req.nextUrl` in a production environment.
66
66
@@ -107,7 +107,15 @@ Edge runtime or middleware is enabled it will also generate edge functions for m
107
107
108
108
## Manually installing the Next.js Runtime
109
109
110
-
The Next.js Runtime installs automatically for new Next.js sites on Netlify. You can also install it manually like this:
110
+
The Next.js Runtime installs automatically for new Next.js sites on Netlify. You can also install it manually in the
111
+
following ways:
112
+
113
+
### From the UI (Recommended):
114
+
115
+
You can go to the [UI](https://app.netlify.com/plugins/@netlify/plugin-nextjs/install) and choose the site to install the Next.js Runtime on. This method
116
+
is recommended because you will benefit from auto-upgrades to important fixes and feature updates.
0 commit comments