Skip to content

Commit a656e9f

Browse files
authored
chore: add redirect for blog post (#333)
1 parent d1c5552 commit a656e9f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

next.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ const config = {
128128
destination: '/',
129129
permanent: true,
130130
},
131+
{
132+
source:
133+
'/blog/how-perplexity-implemented-advanced-data-analysis-for-pro-users-in-1-week',
134+
destination: '/blog/category/case-studies',
135+
permanent: true,
136+
},
131137
],
132138
skipTrailingSlashRedirect: true,
133139
}

0 commit comments

Comments
 (0)