feat(console): add /go landing page

This commit is contained in:
David Hill
2026-03-03 18:29:42 +00:00
parent ce8629c506
commit e1520e89ed
3 changed files with 1205 additions and 0 deletions
@@ -26,6 +26,7 @@ async function getMainRoutes(): Promise<SitemapEntry[]> {
{ path: "/enterprise", priority: 0.8, changefreq: "weekly" },
{ path: "/brand", priority: 0.6, changefreq: "monthly" },
{ path: "/zen", priority: 0.8, changefreq: "weekly" },
{ path: "/go", priority: 0.8, changefreq: "weekly" },
]
for (const item of staticRoutes) {