Skip to content

Commit 52e16a3

Browse files
authored
Fix link to GitHub repository on website
1 parent 7880494 commit 52e16a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default defineConfigWithTheme<Config>({
8585
// },
8686

8787
socialLinks: [
88-
{ icon: 'github', link: 'https://github.com/vuejs/' },
88+
{ icon: 'github', link: 'https://github.com/oumoussa98/vue3-infinite-loading' },
8989
],
9090

9191
footer: {

0 commit comments

Comments
 (0)