Skip to content

Commit d6004a1

Browse files
committed
change redirects
1 parent 57ae1c7 commit d6004a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

next.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ const nextConfig = {
110110
destination: '/?utm_source=x&utm_medium=social&utm_campaign=Emily',
111111
permanent: false,
112112
},
113-
{ source: "/research", destination: "/technology", permanent: true },
114-
]
113+
{ source: "/research/:path*", destination: "/technology/:path*", permanent: true } ]
115114
},
116115
async rewrites() {
117116
return [

0 commit comments

Comments
 (0)