Skip to content

Commit 0de922a

Browse files
authored
fix: duplicate redirect content issue (#615)
Signed-off-by: Achanandhi-M <achanandhi.m@gmail.com>
1 parent d21f5f3 commit 0de922a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

static/_redirects

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,10 @@
3636
# Dev tools redirects
3737
#
3838
/devtools/ui-contrib-guide /ui-contrib-guide
39+
40+
41+
# Redirect all v1 paths to v3 (with full docs path)
42+
/docs/1.0.0/* /docs/3.0.0/:splat
43+
44+
# Redirect all v2 paths to v3 (with full docs path)
45+
/docs/2.0.0/* /docs/3.0.0/:splat

0 commit comments

Comments
 (0)