diff --git a/next.config.js b/next.config.js index 4b773621..cf7dce7f 100644 --- a/next.config.js +++ b/next.config.js @@ -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, },