We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9066f3c commit a645705Copy full SHA for a645705
website/next.config.mjs
@@ -71,8 +71,8 @@ const nextConfig = {
71
permanent: true,
72
},
73
{
74
- source: "/docs/rules/no-children-in-void-dom-elements",
75
- destination: "/docs/rules/no-void-elements-with-children",
+ source: "/docs/rules/dom-no-children-in-void-dom-elements",
+ destination: "/docs/rules/dom-no-void-elements-with-children",
76
77
78
0 commit comments