Skip to content

Commit bf73946

Browse files
authored
Merge pull request #13 from pdnode-team/BretRen-patch-1
Update config.mts
2 parents f9884bf + 33c6a5b commit bf73946

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.vitepress/config.mts

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,19 @@ export default defineConfig({
3131
},
3232
{
3333
text: "Products",
34-
//link: "/chatroom",
3534
items: [
36-
text: "ChatRoom",
37-
collapsed: true,
38-
{ text: "Introduction", link: "/chatroom/" },
39-
{ text: "Register", link: "/chatroom/register" },
40-
{ text: "Login", link: "/chatroom/login" },
41-
{ text: "Workspace", link: "/chatroom/workspace" },
42-
{ text: "Why Supabase", link: "/chatroom/whysupabase" },
35+
{
36+
text: "ChatRoom",
37+
collapsed: true,
38+
items: [
39+
{ text: "Introduction", link: "/chatroom/" },
40+
{ text: "Register", link: "/chatroom/register" },
41+
{ text: "Login", link: "/chatroom/login" },
42+
{ text: "Workspace", link: "/chatroom/workspace" },
43+
{ text: "Why Supabase", link: "/chatroom/whysupabase" },
44+
],
45+
},
4346
],
44-
},
45-
],
4647

4748
socialLinks: [
4849
{ icon: "github", link: "https://github.com/pdnode-team/docs" },

0 commit comments

Comments
 (0)