Skip to content

Commit 92328cd

Browse files
committed
fix: url ์ˆ˜์ •
1 parent 3d82cc7 commit 92328cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Žfrontend/src/components/share-link/ShareLink.jsxโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function ShareLink({ timepaperId }) {
2828
content: {
2929
title: '์นœ๊ตฌ์—๊ฒŒ์„œ ํƒ€์ž„ํŽ˜์ดํผ๊ฐ€ ์™”์–ด์š”๐Ÿ’•',
3030
description: '',
31-
imageUrl: `https://43.201.24.13.sslip.io/assets/timepaperLogo-0WzOUFBd.png`,
31+
imageUrl: `${BASE_URL}/assets/timepaperLogo-0WzOUFBd.png`,
3232
link: {
3333
mobileWebUrl: realUrl,
3434
webUrl: realUrl,

0 commit comments

Comments
ย (0)