Skip to content

Commit

Permalink
config: add GitHub link to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Sep 24, 2024
1 parent 7a4a2ac commit 54ffc50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ export default defineConfig({
locales: {
root: i18n.en_US
},
themeConfig: {
socialLinks: [
{ icon: 'github', link: 'https://github.com/hacks-guide' }
]
},
vite: {
resolve: {
alias: [
Expand Down

0 comments on commit 54ffc50

Please sign in to comment.