Skip to content

Commit f92f366

Browse files
committed
remove wildcard
would otherwise need to update types or some other strangeness, and the config as is, is rather extensive
1 parent f89fcef commit f92f366

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/middleware.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3482,10 +3482,6 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
34823482
from: '/platforms/flutter/tracing/instrumentation/automatic-instrumentation/',
34833483
to: '/platforms/dart/guides/flutter/tracing/instrumentation/automatic-instrumentation/',
34843484
},
3485-
{
3486-
from: '/platforms/flutter/:path*',
3487-
to: '/platforms/dart/guides/flutter/:path*',
3488-
},
34893485
];
34903486

34913487
const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [

0 commit comments

Comments
 (0)