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 f89fcef commit f92f366Copy full SHA for f92f366
src/middleware.ts
@@ -3482,10 +3482,6 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
3482
from: '/platforms/flutter/tracing/instrumentation/automatic-instrumentation/',
3483
to: '/platforms/dart/guides/flutter/tracing/instrumentation/automatic-instrumentation/',
3484
},
3485
- {
3486
- from: '/platforms/flutter/:path*',
3487
- to: '/platforms/dart/guides/flutter/:path*',
3488
- },
3489
];
3490
3491
const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [
0 commit comments