Skip to content

Commit 4c10780

Browse files
pr comments
1 parent faa9c8e commit 4c10780

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs-v2/vercel.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"redirects": [
3+
{
4+
"source": "/docs/v3",
5+
"destination": "/docs"
6+
},
7+
{
8+
"source": "/docs/v3/(.*)",
9+
"destination": "/docs/$1"
10+
},
311
{
412
"source": "/docs/notebook/actions/",
513
"destination": "/workflows/steps/actions/"
@@ -212,10 +220,6 @@
212220
"source": "/docs/components/quickstart/nodejs/actions",
213221
"destination": "/docs/components/actions-quickstart"
214222
},
215-
{
216-
"source": "/docs/components/quickstart/nodejs/sources",
217-
"destination": "/docs/components/sources-quickstart"
218-
},
219223
{
220224
"source": "/docs/github-sync",
221225
"destination": "/docs/quickstart/github-sync"
@@ -271,10 +275,6 @@
271275
{
272276
"source": "/docs/workflows/networking",
273277
"destination": "/docs/databases#connecting-to-restricted-databases"
274-
},
275-
{
276-
"source": "/docs/errors/",
277-
"destination": "/docs/workflows/errors"
278278
}
279279
]
280280
}

0 commit comments

Comments
 (0)