add docs redirect to first page

This commit is contained in:
Matthias Nannt
2023-03-29 23:52:32 +02:00
parent c80154bb7d
commit d5ff4710d2
+5
View File
@@ -35,6 +35,11 @@ const nextConfig = {
destination: "/formbricks-hq",
permanent: false,
},
{
source: "/docs",
destination: "/docs/introduction/what-is-formbricks",
permanent: false,
},
{
source: "/docs/formbricks-hq/self-hosting",
destination: "/docs",