chore: remove public community dashboard page

This commit is contained in:
2026-05-16 18:10:29 +08:00
parent 3363b9161d
commit 0ff27b613d
11 changed files with 365 additions and 706 deletions
-1
View File
@@ -25,7 +25,6 @@ const STATIC_ENTRIES: Array<{
}> = [
{ urlPath: "", changeFrequency: "weekly", priority: 1 },
{ urlPath: "/games", changeFrequency: "daily", priority: 0.8 },
{ urlPath: "/dashboard", changeFrequency: "daily", priority: 0.7 },
{ urlPath: "/devices", changeFrequency: "monthly", priority: 0.6 },
{ urlPath: "/updates", changeFrequency: "weekly", priority: 0.5 },
{ urlPath: "/contact", changeFrequency: "yearly", priority: 0.3 },