feat(console): add /go landing page
This commit is contained in:
parent
502dbb65fc
commit
3c8ce4ab90
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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue