Skip to content

Commit

Permalink
fix: social link (github) (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugeeei authored Nov 15, 2023
1 parent 0aeb28b commit d0e91b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default defineConfig({
socialLinks: [
{ icon: 'twitter', link: 'https://x.com/boshen_c' },
{ icon: 'discord', link: 'https://discord.gg/9uXCAwqQZW' },
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' },
{ icon: 'github', link: 'https://github.com/oxc-project' },
],
editLink: {
pattern: 'https://github.com/oxc-project/oxc/edit/main/src/:path',
Expand Down

0 comments on commit d0e91b4

Please sign in to comment.