mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
old docs forwards
This commit is contained in:
@@ -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,
|
||||
},
|
||||
];
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user