forward /demo to PMF Demo

This commit is contained in:
knugget
2023-02-13 11:35:13 +01:00
parent db55f29231
commit 508508869a
+5
View File
@@ -59,6 +59,11 @@ const nextConfig = {
destination: "/docs",
permanent: false,
},
{
source: "/demo",
destination: "https://app.formbricks.com/demo",
permanent: false,
},
];
},
};