mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
chore: add redirect for legal
This commit is contained in:
@@ -51,6 +51,16 @@ const nextConfig = {
|
|||||||
destination: "/products/infrastructure",
|
destination: "/products/infrastructure",
|
||||||
permanent: true,
|
permanent: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: "/terms",
|
||||||
|
destination: "/legal/terms",
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
source: "/privacy",
|
||||||
|
destination: "/legal/privacy",
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user