-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors occured while using vitepress-plugin-git-changelog. #172
Labels
question
Further information is requested
Comments
Sure, i did it. import { defineConfig } from 'vite'
import {
GitChangelog,
GitChangelogMarkdownSection,
} from '@nolebase/vitepress-plugin-git-changelog/vite'
export default defineConfig(async () => {
return {
plugins: [
GitChangelog({
repoURL: () => 'https://github.com/Glomzzz/Librorum',
}),
GitChangelogMarkdownSection({
getChangelogTitle: (): string => {
return '文件历史'
},
getContributorsTitle: (): string => {
return '贡献者'
},
excludes: [
'index.md',
],
})
]
}
}) |
btw, i tried running it on Linux(CentOS 9), but in vain |
I guess I missed something, but i have no idea about that. |
Ok, my The plugin is running perfectly right now, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed https://nolebase-integrations.ayaka.io/pages/en/integrations/vitepress-plugin-git-changelog/getting-started.html
Env: Windows 11
Whats going on there?
The text was updated successfully, but these errors were encountered: