Skip to content

Commit a645705

Browse files
committed
fix(website): update redirect source path for DOM rules
1 parent 9066f3c commit a645705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/next.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ const nextConfig = {
7171
permanent: true,
7272
},
7373
{
74-
source: "/docs/rules/no-children-in-void-dom-elements",
75-
destination: "/docs/rules/no-void-elements-with-children",
74+
source: "/docs/rules/dom-no-children-in-void-dom-elements",
75+
destination: "/docs/rules/dom-no-void-elements-with-children",
7676
permanent: true,
7777
},
7878
{

0 commit comments

Comments
 (0)