mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
[frameworks] Fix link to framework logo (#8459)
This link should be using our custom domain
This commit is contained in:
@@ -17,7 +17,7 @@ const frameworks = (_frameworks as Framework[])
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (framework.logo) {
|
if (framework.logo) {
|
||||||
framework.logo = `https://res.cloudinary.com/zeit-inc/image/fetch/${framework.logo}`;
|
framework.logo = `https://assets.vercel.com/zeit-inc/image/fetch/${framework.logo}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return framework;
|
return framework;
|
||||||
|
|||||||
Reference in New Issue
Block a user