diff --git a/apps/www/app/roadmap/page.tsx b/apps/www/app/roadmap/page.tsx new file mode 100644 index 0000000000..f444cb2586 --- /dev/null +++ b/apps/www/app/roadmap/page.tsx @@ -0,0 +1,5 @@ +import { redirect } from "next/navigation"; + +export default function RoadmapRedirect() { + return redirect("https://github.com/unkeyed/unkey/discussions/categories/roadmap"); +} diff --git a/apps/www/components/footer/footer.tsx b/apps/www/components/footer/footer.tsx index 5beb995c26..8f79660f91 100644 --- a/apps/www/components/footer/footer.tsx +++ b/apps/www/components/footer/footer.tsx @@ -17,6 +17,7 @@ const navigation = [ { title: "Blog", href: "/blog" }, { title: "Changelog", href: "/changelog" }, { title: "Templates", href: "/templates" }, + { title: "Roadmap", href: "/roadmap" }, { title: "Analytics", href: "https://us.posthog.com/shared/HwZNjaKOLtgtpj6djuSo3fgOqrQm0Q?whitelabel",