From ab3afe8ea5d3d38679cfa8b361b5e7ce5821d5f4 Mon Sep 17 00:00:00 2001 From: Cherik Date: Sat, 18 May 2024 18:18:08 +0330 Subject: [PATCH 1/3] redirect qf pages --- next.config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 594c86d9f6..afad423588 100644 --- a/next.config.js +++ b/next.config.js @@ -86,7 +86,12 @@ const moduleExports = withBundleAnalyzer({ }, { source: '/qf', - destination: '/qf/all', + destination: '/projects/all', + permanent: true, + }, + { + source: '/qf/all', + destination: '/projects/all', permanent: true, }, { From ddedb0cfe01f2e162a2a57965cc4d7acf1e01b78 Mon Sep 17 00:00:00 2001 From: Cherik Date: Sat, 18 May 2024 18:18:13 +0330 Subject: [PATCH 2/3] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27add83d4a..d4787b3d7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "givethdapp", - "version": "2.25.3", + "version": "2.25.4", "private": true, "scripts": { "build": "next build", From 116143221d1135d5a6e54f4c078bef7539187af1 Mon Sep 17 00:00:00 2001 From: Cherik Date: Sat, 18 May 2024 18:25:34 +0330 Subject: [PATCH 3/3] make temporary redirect --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.js b/next.config.js index afad423588..ae5ef75dc9 100644 --- a/next.config.js +++ b/next.config.js @@ -87,12 +87,12 @@ const moduleExports = withBundleAnalyzer({ { source: '/qf', destination: '/projects/all', - permanent: true, + permanent: false, }, { source: '/qf/all', destination: '/projects/all', - permanent: true, + permanent: false, }, { source: '/QuadraticForce',