mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 21:07:46 +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) {
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user