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