Skip to content

Commit 57680fe

Browse files
committed
refactor(seo): update canonical portfolio domain
1 parent 2edfc15 commit 57680fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/utils/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const GoogleSiteVerification = process.env.NEXT_PUBLIC_GOOGLE_SITE_VERIFI
6161

6262
// --- Portfolio Metadata ---
6363
export const CurrentGithubLink = "https://github.com/Amitminer/amitminer.github.io/";
64-
export const PortfolioURL = "https://amitminer.github.io";
64+
export const PortfolioURL = "https://amitxd.in";
6565

6666
// --- Backend API ---
6767
export const BackendURL = process.env.NEXT_PUBLIC_BACKEND_URL || 'http://localhost:3001/api/github';

0 commit comments

Comments
 (0)