diff --git a/site/plugins.json b/site/plugins.json index ba6097981..c71bf0645 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -614,7 +614,7 @@ "description": "Build and deploy Next.js applications with server-side rendering. No extra configuration required.", "name": "Next.js ", "package": "@netlify/plugin-nextjs", - "repo": "https://github.com/netlify/next-runtime", + "repo": "https://github.com/opennextjs/opennextjs-netlify", "version": "5.15.13", "compatibility": [ { @@ -636,12 +636,15 @@ }, { "version": "4.41.6", - "migrationGuide": "https://ntl.fyi/next-plugin-migration" + "migrationGuide": "https://ntl.fyi/next-plugin-migration", + "siteDependencies": { + "next": "<13.5.0" + } }, { "version": "3.9.2", "siteDependencies": { - "next": "<10.0.9" + "next": ">=10.0.6 <10.0.9" } }, {