Skip to content

Commit

Permalink
fix: redirect url (#3507)
Browse files Browse the repository at this point in the history
  • Loading branch information
nahyunbak authored Apr 27, 2023
2 parents f92f2bf + 331378f commit 20c28e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/apps/picasso/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const nextConfig = {
if (process.env.NODE_ENV === 'production')
return [
{
source: '/transfer',
source: '/transfers',
destination: '/',
permanent: false,
},
Expand Down

0 comments on commit 20c28e1

Please sign in to comment.