Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 0d70cd4

Browse files
burmeciabillyyyyy3320
authored andcommitted
fix: base url in header (#9)
* Fix base url in header * Fix base url in mobile header
1 parent 377c706 commit 0d70cd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="header-wrapper">
55
<div class="title">
66
<NavLink
7-
:link="$site.base"
7+
link="/"
88
class="home-link"
99
>{{ $site.title }}
1010
</NavLink>

components/MobileHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="mobile-header-bar">
44
<div class="mobile-header-title">
55
<NavLink
6-
:link="$site.base"
6+
link="/"
77
class="mobile-home-link"
88
>{{ $site.title }}
99
</NavLink>

0 commit comments

Comments
 (0)