diff --git a/next.config.mjs b/next.config.mjs index 23413aa5a..f42a48385 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -128,6 +128,12 @@ const config = { destination: '/', permanent: true, }, + { + source: + '/blog/how-perplexity-implemented-advanced-data-analysis-for-pro-users-in-1-week', + destination: '/blog/category/case-studies', + permanent: true, + }, ], skipTrailingSlashRedirect: true, }