feat(console): add /go landing page

This commit is contained in:
David Hill
2026-03-03 18:29:42 +00:00
parent 502dbb65fc
commit 3c8ce4ab90
3 changed files with 1205 additions and 0 deletions

View File

@@ -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) {