Skip to content

Commit

Permalink
fix /settings redirect for cloud mode
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscao633 committed Oct 14, 2023
1 parent 3353277 commit 82e6691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const redirects = [
{
source: '/settings',
destination: process.env.CLOUD_MODE
? `${process.env.CLOUD_URL}/websites`
? `${process.env.CLOUD_URL}/settings/websites`
: '/settings/websites',
permanent: true,
},
Expand Down

0 comments on commit 82e6691

Please sign in to comment.