Skip to content

Commit

Permalink
Fixed navbar item link event break bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Nov 7, 2023
1 parent d2ddff1 commit 61a6b51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ export default defineConfig({
themeConfig: {
siteTitle: "帮助中心",
nav: [
{ text: "首页", link: "/" },
{ text: "关于我们", link: "/zh-CN/about" },
{ text: "首页", link: "/", target: "_self" },
{ text: "关于我们", link: "/zh-CN/about", target: "_self" },
{
text: "LongPort OpenAPI",
link: "https://open.longportapp.com",
Expand All @@ -125,8 +125,8 @@ export default defineConfig({
themeConfig: {
siteTitle: "幫助中心",
nav: [
{ text: "首頁", link: "/" },
{ text: "關於我們", link: "/zh-HK/about" },
{ text: "首頁", link: "/", target: "_self" },
{ text: "關於我們", link: "/zh-HK/about", target: "_self" },
{
text: "LongPort OpenAPI",
link: "https://open.longportapp.com/zh-HK",
Expand Down

0 comments on commit 61a6b51

Please sign in to comment.