diff --git a/next.config.js b/next.config.js index e4626dbd1..87dd4f777 100644 --- a/next.config.js +++ b/next.config.js @@ -372,6 +372,11 @@ const nextConfig = { 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",