Skip to content

Commit

Permalink
fix(route): update routing for /learn and its child pages (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
chloezxyy authored Aug 29, 2023
1 parent 99f4033 commit 4fdd3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = {
async redirects() {
return [
{
source: "/learn",
source: "/learn/:path*",
destination: "/404",
permanent: false,
},
Expand Down

0 comments on commit 4fdd3eb

Please sign in to comment.