Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit e574a71

Browse files
committed
fix: /specs redirect
1 parent ace59e5 commit e574a71

2 files changed

Lines changed: 2 additions & 29 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717

1818
npm-debug.log*
1919
yarn-debug.log*
20-
yarn-error.log*
20+
yarn-error.log*
21+
.vercel

vercel.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -133,26 +133,6 @@
133133
"source": "/2.0/advanced/relay-server",
134134
"destination": "/2.0/cloud/relay"
135135
},
136-
{
137-
"source": "/2.0/specs/sign/:path*",
138-
"destination": "/2.0/specs/clients/sign/:path*"
139-
},
140-
{
141-
"source": "/2.0/specs/auth/:path*",
142-
"destination": "/2.0/specs/clients/auth/:path*"
143-
},
144-
{
145-
"source": "/2.0/specs/push/:path*",
146-
"destination": "/2.0/specs/clients/push/:path*"
147-
},
148-
{
149-
"source": "/2.0/specs/chat/:path*",
150-
"destination": "/2.0/specs/clients/chat/:path*"
151-
},
152-
{
153-
"source": "/2.0/specs/core/:path*",
154-
"destination": "/2.0/specs/clients/core/:path*"
155-
},
156136
{
157137
"source": "/2.0/web3modal/standalone:path*",
158138
"destination": "/2.0/web3modal/about"
@@ -181,14 +161,6 @@
181161
"source": "/2.0/csharp/:path*",
182162
"destination": "/2.0/:path*"
183163
},
184-
{
185-
"source": "/2.0/specs/servers/echo",
186-
"destination": "/2.0/specs/servers/echo/spec"
187-
},
188-
{
189-
"source": "/2.0/specs/servers/cast",
190-
"destination": "/2.0/specs/servers/cast/cast-server-api"
191-
},
192164
{
193165
"source": "/2.0/advanced/migration-from-v1.x",
194166
"destination": "/2.0/advanced/migration-from-v1.x/overview"

0 commit comments

Comments
 (0)