Skip to content

Commit 868aeeb

Browse files
committed
improve redirects
1 parent 8573bd5 commit 868aeeb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/public/_redirects

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
/guide/ /guide/introduction.html
22
/v2/guide/team.html /about/team.html
3-
/v2/* https://v2.vuejs.org/v2/:splat
43
/support-vuejs/ /sponsor/
54
/resources/* /ecosystem/:splat
5+
6+
/v2/examples/ https://vuejs.org/examples/#markdown 301
7+
/v2/examples/commits.html https://vuejs.org/examples/#fetching-data 301
8+
/v2/examples/modal.html https://vuejs.org/examples/#modal 301
9+
/v2/examples/grid-component.html https://vuejs.org/examples/#grid 301
10+
/v2/examples/svg.html https://vuejs.org/examples/#svg 301
11+
/v2/examples/todomvc.html https://vuejs.org/examples/#todomvc 301
12+
/v2/examples/tree-view.html https://vuejs.org/examples/#tree 301
13+
14+
/v2/* https://v2.vuejs.org/v2/:splat?redirect=true 307

0 commit comments

Comments
 (0)