diff --git a/.vitepress/config/plugins/NolebaseGitChangelog/index.ts b/.vitepress/config/plugins/NolebaseGitChangelog/index.ts index 5eb06ac..e7477d6 100644 --- a/.vitepress/config/plugins/NolebaseGitChangelog/index.ts +++ b/.vitepress/config/plugins/NolebaseGitChangelog/index.ts @@ -1,7 +1,10 @@ +import {contributions} from '../../data/team' + export const NolebaseGitChangelogOptions = { plugin: { maxGitLogCount: 20000, - repoURL: 'https://github.com/OlegShchavelev/ALTKDEWiki' + repoURL: 'https://github.com/OlegShchavelev/ALTKDEWiki', + mapAuthors: contributions }, pluginSections: { sections: { @@ -25,4 +28,4 @@ export const NolebaseGitChangelogOptions = { } } }, -} \ No newline at end of file +}