diff --git a/src/technologies/n.json b/src/technologies/n.json index f662cafc9..2ea00a8e1 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -667,6 +667,21 @@ }, "website": "https://nextjs.org" }, + "Next.js App Router": { + "cats": [ + 12 + ], + "description": "The Next.js App Router is a new paradigm for building applications using React's latest features.", + "icon": "Next.js.svg", + "implies": [ + "Next.js" + ], + "js": { + "next.AppDir": "true" + }, + "requires": "Next.js", + "website": "https://nextjs.org/docs/app" + }, "NextAuth.js": { "cats": [ 69 @@ -1244,4 +1259,4 @@ "saas": true, "website": "https://www.novomind.com/en/shopsystem/novomind-ishop-software" } -} \ No newline at end of file +}