chore: add redirect for legal

This commit is contained in:
Bereket Engida
2026-03-19 16:07:47 -07:00
parent b6c36ccea0
commit ffd2e7e2a8

View File

@@ -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,
},
];
},
};