Skip to content

Commit 9b1e387

Browse files
committed
add redirect params and use 302 for v2 redirects
1 parent b31ea5c commit 9b1e387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public/_redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
/v2/examples/svg.html https://vuejs.org/examples/#svg 301
1010
/v2/examples/todomvc.html https://vuejs.org/examples/#todomvc 301
1111
/v2/examples/tree-view.html https://vuejs.org/examples/#tree 301
12-
/v2/* https://v2.vuejs.org/v2/:splat 301
12+
/v2/* https://v2.vuejs.org/v2/:splat?redirect=true 302

0 commit comments

Comments
 (0)