diff --git a/website/src/sitemap/mod.ts b/website/src/sitemap/mod.ts index 86f8cae014..eeab17b39c 100644 --- a/website/src/sitemap/mod.ts +++ b/website/src/sitemap/mod.ts @@ -86,7 +86,7 @@ import { deployOptions, type DeployOption } from "@rivetkit/shared-data"; import nextjs from "@/images/vendors/next-js.svg"; import type { SidebarItem, Sitemap } from "@/lib/sitemap"; -const deploySidebarPages: SidebarItem[] = deployOptions.filter((x) => x.name !== "rivet").map( +const deploySidebarPages: SidebarItem[] = deployOptions.map( ({ displayName: title, href, icon, badge }) => ({ title, href,