Skip to content

Commit

Permalink
updated redirect question page
Browse files Browse the repository at this point in the history
  • Loading branch information
mfsilva22 committed Mar 18, 2024
1 parent cc2621a commit 7f579e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const nextConfig = {
},
{
source: "/gallery/questions/:slug*",
destination: "/catalog/questions/:slug*",
destination: "/catalog/questions",
permanent: true,
},
{
Expand Down

0 comments on commit 7f579e2

Please sign in to comment.