Skip to content

Commit b31ea5c

Browse files
committed
test redirect fix
1 parent 393cd27 commit b31ea5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/public/_redirects

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
/v2/guide/team.html /about/team.html
33
/support-vuejs/ /sponsor/
44
/resources/* /ecosystem/:splat
5-
65
/v2/examples/ https://vuejs.org/examples/#markdown 301
76
/v2/examples/commits.html https://vuejs.org/examples/#fetching-data 301
87
/v2/examples/modal.html https://vuejs.org/examples/#modal 301
98
/v2/examples/grid-component.html https://vuejs.org/examples/#grid 301
109
/v2/examples/svg.html https://vuejs.org/examples/#svg 301
1110
/v2/examples/todomvc.html https://vuejs.org/examples/#todomvc 301
1211
/v2/examples/tree-view.html https://vuejs.org/examples/#tree 301
13-
14-
/v2/* https://v2.vuejs.org/v2/:splat 307
12+
/v2/* https://v2.vuejs.org/v2/:splat 301

0 commit comments

Comments
 (0)