From 1739efd1f9c1fb16b5976f47b036dd92865a099c Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 18:40:25 +0000 Subject: [PATCH 1/2] fix: add redirect from /getting-started/knocks-features to /getting-started/what-is-knock Co-Authored-By: jeff@knock.app --- next.config.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/next.config.js b/next.config.js index e4626dbd1..80bf68925 100644 --- a/next.config.js +++ b/next.config.js @@ -367,11 +367,16 @@ const nextConfig = { destination: "/developer-tools/security", permanent: true, }, - { - source: "/getting-started/how-knock-works", - destination: "/getting-started/what-is-knock", - permanent: true, - }, + { + source: "/getting-started/how-knock-works", + destination: "/getting-started/what-is-knock", + permanent: true, + }, + { + source: "/getting-started/knocks-features", + destination: "/getting-started/what-is-knock", + permanent: true, + }, { source: "/getting-started/example-app", destination: "/getting-started/example-apps", From 526e4c184b247f1ae26acb762669425a3e16f0fe Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 18:44:00 +0000 Subject: [PATCH 2/2] fix: correct indentation in next.config.js Co-Authored-By: jeff@knock.app --- next.config.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/next.config.js b/next.config.js index 80bf68925..87dd4f777 100644 --- a/next.config.js +++ b/next.config.js @@ -367,16 +367,16 @@ const nextConfig = { destination: "/developer-tools/security", permanent: true, }, - { - source: "/getting-started/how-knock-works", - destination: "/getting-started/what-is-knock", - permanent: true, - }, - { - source: "/getting-started/knocks-features", - destination: "/getting-started/what-is-knock", - permanent: true, - }, + { + source: "/getting-started/how-knock-works", + destination: "/getting-started/what-is-knock", + permanent: true, + }, + { + source: "/getting-started/knocks-features", + destination: "/getting-started/what-is-knock", + permanent: true, + }, { source: "/getting-started/example-app", destination: "/getting-started/example-apps",