Adjusted old company names (#4507)

This commit is contained in:
Leo Lamprecht
2020-05-27 20:54:58 +02:00
committed by GitHub
parent 6849e3aec0
commit 719d1ffba9
4 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ export async function getGitHubRepoInfo(repo: Repo) {
data.subdir = repo.path.slice(subdirPath.length).split('/');
}
if (data.id === 'zeit/now' && data.subdir && data.subdir[0] === 'examples') {
if (data.id === 'vercel/vercel' && data.subdir && data.subdir[0] === 'examples') {
// from our examples, add `homepage` and `description` fields
const example = data.subdir[1];
const exampleList = await getExampleList();