Create custom flow UI
This commit is contained in:
@@ -97,6 +97,15 @@ const nextConfig = {
|
||||
|
||||
return config;
|
||||
},
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: "/create/right-rail",
|
||||
destination: "/create/decision-approaches",
|
||||
permanent: true,
|
||||
},
|
||||
];
|
||||
},
|
||||
};
|
||||
|
||||
const withMDX = createMDX({
|
||||
|
||||
Reference in New Issue
Block a user