diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index 10e5fb75206f..dba1b8dfa19f 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -1,10 +1,16 @@ import React from "react"; import clsx from "clsx"; import Layout from "@theme/Layout"; +import BrowserOnly from "@docusaurus/BrowserOnly"; function Home() { return ( + + {() => { + window.location.href = "/docs"; + }} +

authentik Documentation