Skip to content

Commit

Permalink
remove wildcard
Browse files Browse the repository at this point in the history
would otherwise need to update types or some other strangeness, and the config as is, is rather extensive
  • Loading branch information
smeubank committed Feb 28, 2025
1 parent f89fcef commit f92f366
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3482,10 +3482,6 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
from: '/platforms/flutter/tracing/instrumentation/automatic-instrumentation/',
to: '/platforms/dart/guides/flutter/tracing/instrumentation/automatic-instrumentation/',
},
{
from: '/platforms/flutter/:path*',
to: '/platforms/dart/guides/flutter/:path*',
},
];

const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [
Expand Down

0 comments on commit f92f366

Please sign in to comment.