mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 03:45:13 +00:00
Merge pull request #647 from github/fix/skill-search-path
fix: use skillFile path in search index for skills
This commit is contained in:
@@ -579,7 +579,7 @@ function generateSearchIndex(
|
|||||||
id: skill.id,
|
id: skill.id,
|
||||||
title: skill.title,
|
title: skill.title,
|
||||||
description: skill.description,
|
description: skill.description,
|
||||||
path: skill.path,
|
path: skill.skillFile,
|
||||||
searchText: `${skill.title} ${skill.description}`.toLowerCase(),
|
searchText: `${skill.title} ${skill.description}`.toLowerCase(),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user