From e358b3b6df34561a56a89bbf3ccfc4791d13a0a1 Mon Sep 17 00:00:00 2001 From: Klink <85062+dogmar@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:01:11 -0700 Subject: [PATCH] Change path for Continuous Deployment page --- next.config.js | 5 +++++ ...ployments-early-access.tsx => continuous-deployment.tsx} | 0 src/generated/pages.json | 6 +++--- 3 files changed, 8 insertions(+), 3 deletions(-) rename pages/{plural-deployments-early-access.tsx => continuous-deployment.tsx} (100%) 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" },