Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Giveth/giveth-dapps-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
divine-comedian committed May 20, 2024
2 parents 99a8cb9 + 1161432 commit f98601a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "givethdapp",
"version": "2.25.3",
"version": "2.25.4",
"private": true,
"scripts": {
"build": "next build",
Expand Down

0 comments on commit f98601a

Please sign in to comment.