From 7f579e250c75403fabf8a07bb091081e99ba4593 Mon Sep 17 00:00:00 2001 From: Mariana Silva Date: Mon, 18 Mar 2024 16:26:20 -0700 Subject: [PATCH] updated redirect question page --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 826441e..8ec2fd5 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -42,7 +42,7 @@ const nextConfig = { }, { source: "/gallery/questions/:slug*", - destination: "/catalog/questions/:slug*", + destination: "/catalog/questions", permanent: true, }, {