From 8be7296f2bdbe1dab1ba653ff4f2cca270f023ad Mon Sep 17 00:00:00 2001 From: Aditya948351 Date: Sun, 17 May 2026 17:25:42 +0530 Subject: [PATCH] feat: update official repository URLs and ignore helper scripts --- .gitignore | 4 ++++ src/app/layout.tsx | 2 +- src/config/siteConfig.ts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4ced8234..8dbc907c 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,7 @@ Thumbs.db # Temp tmp/ + +# Scripts & Config +scripts/*.ps1 +.firebaserc diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9059b0e9..d7d504ae 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -81,7 +81,7 @@ const jsonLd = { "sameAs": [ "https://twitter.com/DevPath_Community", "https://www.linkedin.com/company/devpath-community", - "https://github.com/DevPath-Community-Website" + "https://github.com/devpathindcommunity-india/DevPath-Web" ], "description": "A community of 50,000+ developers accelerating their coding skills through structured paths and real projects." }; diff --git a/src/config/siteConfig.ts b/src/config/siteConfig.ts index d2c1096b..f26beb2d 100644 --- a/src/config/siteConfig.ts +++ b/src/config/siteConfig.ts @@ -34,7 +34,7 @@ export const siteConfig = { languageColor: "bg-blue-500", stars: "120+", icon: "BookOpen" as const, - url: "https://github.com/Aditya948351/DevPath-Community-Website", + url: "https://github.com/devpathindcommunity-india/DevPath-Web", isPublic: true, }, {