Skip to content

Commit 2380fb5

Browse files
committed
add redirect for /contact to /partner
1 parent c78ccc2 commit 2380fb5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

next.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ const nextConfig: NextConfig = {
4141
destination: "/research",
4242
permanent: true,
4343
},
44+
{
45+
source: "/contact",
46+
destination: "/partner",
47+
permanent: true,
48+
},
4449
];
4550
},
4651
async rewrites() {

0 commit comments

Comments
 (0)