Skip to content

Commit 5cd837f

Browse files
mirkaciampo
authored andcommitted
Storybook: Add redirect for moved introduction page (#76701)
Co-authored-by: mirka <0mirka00@git.wordpress.org> Co-authored-by: ciampo <mciampini@git.wordpress.org>
1 parent 8c6d00c commit 5cd837f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

storybook/manager-head.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
'vstack',
2727
];
2828
const REDIRECTS = [
29+
{
30+
from: /^\/docs\/docs-introduction--/,
31+
to: '/docs/introduction--',
32+
},
2933
{
3034
from: /\/components-deprecated-/,
3135
to: '/components-',

0 commit comments

Comments
 (0)