mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +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,
|
||||
title: skill.title,
|
||||
description: skill.description,
|
||||
path: skill.path,
|
||||
path: skill.skillFile,
|
||||
searchText: `${skill.title} ${skill.description}`.toLowerCase(),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user