Skip to content

Commit cbe02eb

Browse files
authored
Merge pull request #21 from pdnode-team/feature/updatechatroom
fix bug
2 parents a909c15 + c01c451 commit cbe02eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

zh/config.mts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ export default defineConfig({
3939
{ text: "注册", link: "/zh/chatroom/register" },
4040
{ text: "登录", link: "/zh/chatroom/login" },
4141
{ text: "工作区", link: "/zh/chatroom/workspace" },
42-
{ text: "为什么选择Supabase", link: "/zh/chatroom/whysupabase" },
42+
{
43+
text: "为什么选择Pocketbase",
44+
link: "/zh/chatroom/whypocketbase",
45+
},
4346
],
4447
},
4548
],

0 commit comments

Comments
 (0)