old docs forwards

This commit is contained in:
knugget
2023-02-09 11:36:24 +01:00
parent 5d00e87d1e
commit 16c9e5beb3

View File

@@ -28,12 +28,37 @@ const nextConfig = {
source: "/privacy",
destination: "/privacy-policy",
permanent: false,
},
},
{
source: "/form-hq",
destination: "/formbricks-hq",
permanent: false,
},
{
source: "/docs/formbricks-hq/self-hosting",
destination: "/docs",
permanent: false,
},
{
source: "/docs/react-form-library/getting-started",
destination: "/docs",
permanent: false,
},
{
source: "/docs/react-form-library/work-with-components",
destination: "/docs",
permanent: false,
},
{
source: "/docs/react-form-library/introduction",
destination: "/docs",
permanent: false,
},
{
source: "/docs/formbricks-hq/schema",
destination: "/docs",
permanent: false,
},
];
},
};