mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-19 14:31:58 +08:00
fix: update profile link with new domain
This commit is contained in:
parent
34b9d939ab
commit
b739974c6d
@ -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
|
||||||
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user