diff --git a/next.config.js b/next.config.js index 594c86d9f6..ae5ef75dc9 100644 --- a/next.config.js +++ b/next.config.js @@ -86,8 +86,13 @@ const moduleExports = withBundleAnalyzer({ }, { source: '/qf', - destination: '/qf/all', - permanent: true, + destination: '/projects/all', + permanent: false, + }, + { + source: '/qf/all', + destination: '/projects/all', + permanent: false, }, { source: '/QuadraticForce', 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",