Skip to content

Commit bbc9b2b

Browse files
authored
Merge pull request #355 from Nexters/fix/qa-2025-12-09
fix: profile url 변경
2 parents b2a0510 + c6528c5 commit bbc9b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/profile/src/pages/ProfilePage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const ProfilePage = () => {
8484
};
8585

8686
const getBridgeLink = () => {
87-
const url = `${PROFILE_URL}bridge/store`;
87+
const url = `${window.location.origin}/bridge/store`;
8888
return url;
8989
};
9090

0 commit comments

Comments
 (0)