Skip to content

Commit

Permalink
Redirect /team to about/team fixed #35
Browse files Browse the repository at this point in the history
  • Loading branch information
Duosi-Dai committed May 6, 2024
1 parent 1d6b091 commit e1a8677
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ const nextConfig = {
permanent: true
}
]
},
redirects: async () => {
return [
{
source: "/team",
destination: "/about/team",
permanent: true
}
]
}
}

Expand Down

0 comments on commit e1a8677

Please sign in to comment.