diff --git a/next.config.js b/next.config.js index 825c91a..1087192 100644 --- a/next.config.js +++ b/next.config.js @@ -20,6 +20,11 @@ const nextConfig = { destination: "https://projectplannerai.com/changelog/bf1599a8807019b25000d8c1", }, + { + source: "/changelog/:path*", + destination: + "https://projectplannerai.com/changelog/bf1599a8807019b25000d8c1/:path*", + }, ]; }, };