Skip to content

Commit

Permalink
[F] Fix member login problem
Browse files Browse the repository at this point in the history
  • Loading branch information
sauricat committed Jan 26, 2024
1 parent b75af34 commit 28e10cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default defineConfig({
text: '联系我们',
link: '/zh-Hans/contact',
},
{ text: '<b>会员登录</b>', link: '/res' },
{ text: '会员登录', link: '/res' },

],
sidebar: {
Expand All @@ -44,7 +44,7 @@ export default defineConfig({
text: '連絡先',
link: '/ja/contact',
},
{ text: '<b>会員ログイン</b>', link: '/res' },
{ text: '会員ログイン', link: '/res' },
],
sidebar: {
'/ja/posts': getPostList('ja'),
Expand All @@ -59,7 +59,7 @@ export default defineConfig({
{ text: 'Links', link: '/links' },
{ text: 'People', link: '/people' },
{ text: 'Contact', link: '/contact' },
{ text: '<b>Member Login</b>', link: '/res' },
{ text: 'Member Login', link: '/res' },
],
logo: 'https://www.one-among.us/favicon-large.png',

Expand Down

0 comments on commit 28e10cb

Please sign in to comment.