Skip to content

Commit f535348

Browse files
committed
fix: add basePath on Header Logo Link
1 parent a2ca905 commit f535348

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ui/components/common/Header.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const { headerRef } = useHeader()
1616
<template>
1717
<header ref="headerRef" :style="{ top }">
1818
<div class="header-root">
19-
<a class="link" href="/" aria-label="Vue Fes Japan 2024">
19+
<a class="link" href="/2024/" aria-label="Vue Fes Japan 2024">
2020
<Logo class="logo" color="vue-blue" />
2121
</a>
2222
<slot />

packages/ui/components/common/SpHeader.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const { headerRef } = useHeader()
1616
<template>
1717
<header ref="headerRef" :style="{ top }">
1818
<div class="header-root">
19-
<a class="link" href="/" aria-label="Vue Fes Japan 2024">
19+
<a class="link" href="/2024/" aria-label="Vue Fes Japan 2024">
2020
<Logo class="logo" color="vue-blue" />
2121
</a>
2222
<slot />

0 commit comments

Comments
 (0)