From 65e07836fcc9c365e06e1bf655608dbbcd871df2 Mon Sep 17 00:00:00 2001 From: Ali Hussein <42802922+Ali-Hussein-dev@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:29:45 +0200 Subject: [PATCH] Add Nextradar (#489) --- resources/n.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/n.ts b/resources/n.ts index a7362392..ae6d45ce 100644 --- a/resources/n.ts +++ b/resources/n.ts @@ -27,6 +27,14 @@ export const resources: Resource[] = [ 'Production grade React applications that scale. The world’s leading companies use Next.js by Vercel to build static and dynamic websites and web applications.', url: 'https://nextjs.org/', }, + { + name: 'Nextradar', + description: + 'Navigate the Next.js Ecosystem with ease. Stay up to date with the latest Next.js tools and resources.', + categories: ['Learn', 'Programming'], + url: 'https://nextradar.dev', + keywords: ['Nextjs','React', 'Vercel'], + }, { name: 'NextUI', description: 'Beautiful, fast, modern React UI Library',