We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8573bd5 commit 868aeebCopy full SHA for 868aeeb
src/public/_redirects
@@ -1,5 +1,14 @@
1
/guide/ /guide/introduction.html
2
/v2/guide/team.html /about/team.html
3
-/v2/* https://v2.vuejs.org/v2/:splat
4
/support-vuejs/ /sponsor/
5
/resources/* /ecosystem/:splat
+
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