Skip to content

Commit

Permalink
Less influence from Unsplash
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoizey committed Jan 12, 2024
1 parent 923b1ae commit 365505e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_11ty/_utils/photo-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const getPhotoData = (slug) => {
platformsData[slug].unsplash !== undefined &&
platformsData[slug].unsplash.downloads !== undefined
) {
interestingness += platformsData[slug].unsplash.downloads / 100;
interestingness += platformsData[slug].unsplash.downloads / 1000;
}
}

Expand Down

0 comments on commit 365505e

Please sign in to comment.