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
+6-12
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,11 @@ Read more about [Netlify redirects](https://docs.netlify.com/routing/redirects/)
134
134
135
135
### Versions
136
136
137
-
You can check our `package.json` for supported Next and Node versions. Our support of Next 10 is currently experimental.
137
+
You can check our `package.json` for supported Node versions.
138
+
139
+
For breaking Next.js releases, all Next.js versions before the breaking release will be locked to the last working plugin version:
140
+
141
+
Next.js < 10.0.6 is locked to plugin version 1.1.3. To use the latest plugin version, upgrade to Next.js >= 10.0.6.
138
142
139
143
### Fallbacks for Pages with `getStaticPaths`
140
144
@@ -146,14 +150,4 @@ For more on this, see: [Issue #7](https://github.com/netlify/next-on-netlify/iss
146
150
147
151
## Credits
148
152
149
-
This package is maintained by [Lindsay Levine](https://github.com/lindsaylevine) and [Cassidy Williams](https://github.com/cassidoo). It extends the project [next-on-netlify](https://github.com/netlify/next-on-netlify), authored originally by [Finn Woelm](https://github.com/finnwoelm).
150
-
151
-
## Showcase
152
-
153
-
The following sites are built with `next-on-netlify`:
This package extends the project [next-on-netlify](https://github.com/netlify/next-on-netlify), authored originally by [Finn Woelm](https://github.com/finnwoelm).
0 commit comments