Skip to content

Commit 2fa28b5

Browse files
authored
Update index.ts
1 parent cec50d9 commit 2fa28b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constants/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const profile = {
1515
x:'https://x.com/sinanptm',
1616
instagram:"https://www.instagram.com/si_an_z"
1717
};
18-
export const hostedUrl = "https://sinanptm.vercel.app";
18+
export const hostedUrl = "https://muhammedsinan.space";
1919

2020
export const TYPEWRITER_WORDS = [
2121
{ text: "I" },
@@ -146,4 +146,4 @@ export const thingsIDo: ThingsIDo[] = [
146146
{ text: 'Managing application logging, monitoring, and deployment processes', icon: '📊' },
147147
]
148148
}
149-
];
149+
];

0 commit comments

Comments
 (0)