We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c6d00c commit 5cd837fCopy full SHA for 5cd837f
1 file changed
storybook/manager-head.html
@@ -26,6 +26,10 @@
26
'vstack',
27
];
28
const REDIRECTS = [
29
+ {
30
+ from: /^\/docs\/docs-introduction--/,
31
+ to: '/docs/introduction--',
32
+ },
33
{
34
from: /\/components-deprecated-/,
35
to: '/components-',
0 commit comments