We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2edfc15 commit 57680feCopy full SHA for 57680fe
1 file changed
app/utils/config.ts
@@ -61,7 +61,7 @@ export const GoogleSiteVerification = process.env.NEXT_PUBLIC_GOOGLE_SITE_VERIFI
61
62
// --- Portfolio Metadata ---
63
export const CurrentGithubLink = "https://github.com/Amitminer/amitminer.github.io/";
64
-export const PortfolioURL = "https://amitminer.github.io";
+export const PortfolioURL = "https://amitxd.in";
65
66
// --- Backend API ---
67
export const BackendURL = process.env.NEXT_PUBLIC_BACKEND_URL || 'http://localhost:3001/api/github';
0 commit comments