Skip to content

Commit caf6702

Browse files
authored
Merge pull request #233 from netlify/feat/next-compat
feat: support Next <10.0.6 users with Essential Next.js plugin
2 parents f634c0c + dceaa10 commit caf6702

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

site/plugins.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,13 @@
427427
"name": "Next on Netlify",
428428
"package": "@netlify/plugin-nextjs",
429429
"repo": "https://github.com/netlify/netlify-plugin-nextjs",
430-
"version": "2.0.1"
430+
"version": "2.0.1",
431+
"compatibility": [
432+
{
433+
"version": "1.1.1",
434+
"siteDependencies": { "next": "<10.0.6" }
435+
}
436+
]
431437
},
432438
{
433439
"author": "Anish-Roy",

0 commit comments

Comments
 (0)