diff --git a/next.config.js b/next.config.js index 5e83e4e2..24f89e21 100644 --- a/next.config.js +++ b/next.config.js @@ -37,6 +37,11 @@ module.exports = () => { destination: '/careers/hire/senior-account-executive', permanent: true, }, + { + source: '/plural-deployments-early-access', + destination: '/continuous-deployment', + permanent: true, + }, ] }, }) diff --git a/pages/plural-deployments-early-access.tsx b/pages/continuous-deployment.tsx similarity index 100% rename from pages/plural-deployments-early-access.tsx rename to pages/continuous-deployment.tsx diff --git a/src/generated/pages.json b/src/generated/pages.json index 41c0acfc..fcc3e001 100644 --- a/src/generated/pages.json +++ b/src/generated/pages.json @@ -14,6 +14,9 @@ { "path": "/contact" }, + { + "path": "/continuous-deployment" + }, { "path": "/demo-login" }, @@ -23,9 +26,6 @@ { "path": "/marketplace" }, - { - "path": "/plural-deployments-early-access" - }, { "path": "/pricing" },