Skip to content

Commit 8b3c52d

Browse files
committed
feat(website): add a redirect for '/docs/configuration'
1 parent 5b10ebc commit 8b3c52d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/website/next.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ const config = {
4444
destination: "/docs/rules/overview",
4545
permanent: true,
4646
},
47+
{
48+
source: "/docs/configuration",
49+
destination: "/docs/configuration/configure-analyzer",
50+
permanent: true,
51+
},
4752
{
4853
source: "/faq",
4954
destination: "/docs/faq",

0 commit comments

Comments
 (0)