Skip to content

Commit a8addf3

Browse files
committed
chore(vercel): add redirects for framework slugs to their overview
1 parent d34ef15 commit a8addf3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

vercel.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"redirects": [
33
{ "source": "/", "destination": "/docs" },
4+
{
5+
"source": "/docs/angular",
6+
"destination": "/docs/angular/overview"
7+
},
48
{
59
"source": "/docs/angular/your-first-app/2-taking-photos",
610
"destination": "/docs/angular/your-first-app/taking-photos"
@@ -36,6 +40,10 @@
3640
},
3741
{ "source": "/docs/next/:match*", "destination": "/docs/:match*" },
3842
{ "source": "/docs/v8/:match*", "destination": "/docs/:match*" },
43+
{
44+
"source": "/docs/react",
45+
"destination": "/docs/react/overview"
46+
},
3947
{
4048
"source": "/docs/react/your-first-app/2-taking-photos",
4149
"destination": "/docs/react/your-first-app/taking-photos"
@@ -57,6 +65,10 @@
5765
"destination": "/docs/react/your-first-app/deploying-mobile"
5866
},
5967
{ "source": "/docs/react/your-first-app/7-live-reload", "destination": "/docs/react/your-first-app/live-reload" },
68+
{
69+
"source": "/docs/vue",
70+
"destination": "/docs/vue/overview"
71+
},
6072
{ "source": "/docs/vue/your-first-app/2-taking-photos", "destination": "/docs/vue/your-first-app/taking-photos" },
6173
{ "source": "/docs/vue/your-first-app/3-saving-photos", "destination": "/docs/vue/your-first-app/saving-photos" },
6274
{ "source": "/docs/vue/your-first-app/4-loading-photos", "destination": "/docs/vue/your-first-app/loading-photos" },

0 commit comments

Comments
 (0)