Skip to content

Commit

Permalink
fix: set sitename link to "/" for all languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed Mar 31, 2021
1 parent dfc0b4a commit af89fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme-gungnir/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
invert: isInvert
}"
>
<router-link :to="$localePath" class="home-link">
<router-link to="/" class="home-link">
<span ref="siteName" class="site-name"> $ cd /home/ </span>
</router-link>

Expand Down

1 comment on commit af89fdb

@vercel
Copy link

@vercel vercel bot commented on af89fdb Mar 31, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.