Merge pull request #445 from formbricks/lp/forward-deal

forward /deal
This commit is contained in:
Johannes
2023-06-28 07:56:15 -05:00
committed by GitHub

View File

@@ -26,6 +26,11 @@ const nextConfig = {
destination: "https://github.com/formbricks/formbricks",
permanent: true,
},
{
source: "/deal",
destination: "/concierge",
permanent: false,
},
{
source: "/privacy",
destination: "/privacy-policy",