We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8eb6a commit 87bd99fCopy full SHA for 87bd99f
1 file changed
apps/trust/src/app/api/get-sites/route.tsx
@@ -28,7 +28,7 @@ const getCachedSites = cache(async () => {
28
.filter((website): website is string => Boolean(website))
29
.map((website) => {
30
const domain = website.replace(/^https?:\/\//, '').replace(/^www\./, '');
31
- return `https://img.logo.dev/${domain}?token=pk_QtKMUKc7QOKZmbzLG3Q8NQ&retina=true4`;
+ return `https://img.logo.dev/${domain}?token=pk_QtKMUKc7QOKZmbzLG3Q8NQ&retina=true`;
32
});
33
34
return logoUrls;
0 commit comments