diff --git a/next.config.js b/next.config.js index 3e4e37c5..8f2f4d2b 100644 --- a/next.config.js +++ b/next.config.js @@ -188,6 +188,21 @@ const nextConfig = { destination: "/designing-workflows", permanent: false, }, + { + source: "/send-notifications/designing-workflows/reference-:match", + destination: "/designing-workflows/references/reference-:match", + permanent: true, + }, + { + source: "/send-notifications/designing-workflows/:any", + destination: "/designing-workflows/:any", + permanent: true, + }, + { + source: "/designing-workflows/references", + destination: "/designing-workflows/template-editor/reference-liquid-helpers", + permanent: true, + }, { source: "/designing-workflows/references/reference-liquid-helpers", destination: