feat: v2026.0.98 changelog, version bump, regenerated sitemap

This commit is contained in:
2026-05-09 13:33:47 +08:00
parent 03428bdd0b
commit 7094e05227
5 changed files with 57 additions and 1 deletions
+1
View File
@@ -30,6 +30,7 @@ function buildStaticEntries(): SitemapEntry[] {
return [
{ loc: BASE_URL, changefreq: "weekly", priority: 1.0 },
{ loc: `${BASE_URL}/games`, changefreq: "daily", priority: 0.8 },
{ loc: `${BASE_URL}/dashboard`, changefreq: "daily", priority: 0.7 },
{ loc: `${BASE_URL}/devices`, changefreq: "monthly", priority: 0.6 },
{ loc: `${BASE_URL}/updates`, changefreq: "weekly", priority: 0.5 },
{ loc: `${BASE_URL}/contact`, changefreq: "yearly", priority: 0.3 },