Skip to content
/ docs Public

Commit 0b228b8

Browse files
committed
chore: move common issues around
1 parent 279c723 commit 0b228b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ export default defineConfig({
5959
{
6060
text: "Common Issues",
6161
items: [
62-
{ text: "Debug Script", link: "/common-issues/debug-script" },
63-
{ text: "Unable to Log In", link: "/common-issues/unable-to-login" },
6462
{ text: "Invalid SSL", link: "/common-issues/invalid-ssl" },
63+
{ text: "Unable to Log In", link: "/common-issues/unable-to-login" },
6564
{ text: "System Not Updating", link: "/common-issues/system-not-updating" },
6665
{
6766
text: "Game Node Server",
@@ -70,6 +69,7 @@ export default defineConfig({
7069
{ text: "Tailscale Disconnected After Reboot", link: "/common-issues/tailscale-disconnected-after-reboot" }
7170
]
7271
},
72+
{ text: "Debug Script", link: "/common-issues/debug-script" },
7373
]
7474
},
7575
{

0 commit comments

Comments
 (0)