fix: update profile link with new domain

This commit is contained in:
wood chen 2024-10-21 12:55:27 +08:00
parent 34b9d939ab
commit b739974c6d

View File

@ -32,7 +32,7 @@ const UnsplashSearch = ({ largeImgPreview }) => {
url: image.urls.regular, url: image.urls.regular,
name: image.user.name, name: image.user.name,
avatar: image.user.profile_image.small, avatar: image.user.profile_image.small,
profile: `${image.user.links.html}?utm_source=https://coverview.vercel.app&utm_medium=referral`, profile: `${image.user.links.html}?utm_source=https://coverview.czl.net&utm_medium=referral`,
downloadLink: image.links.download_location downloadLink: image.links.download_location
}) })