Skip to content

Commit

Permalink
Fix blanket /guides redirect (#6385)
Browse files Browse the repository at this point in the history
Fixes #6384 by moving the blanket redirect to a fallback redirect
  • Loading branch information
parlough authored Feb 3, 2025
1 parent e83d34a commit 347e239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@
{ "source": "/go/unsound-null-safety", "destination": "/null-safety/unsound-null-safety", "type": 301 },

{ "source": "/googleapis", "destination": "https://github.com/dart-lang/googleapis", "type": 301 },
{ "source": "/guides{,/**}", "destination": "/docs", "type": 301 },
{ "source": "/guides/environment-declarations", "destination": "/libraries/core/environment-declarations", "type": 301 },
{ "source": "/guides/get-started", "destination": "/overview", "type": 301 },
{ "source": "/guides/google-apis", "destination": "/resources/google-apis", "type": 301 },
Expand Down Expand Up @@ -252,6 +251,7 @@
{ "source": "/guides/testing", "destination": "/tools/testing", "type": 301 },
{ "source": "/guides/whats-new", "destination": "/resources/whats-new", "type": 301 },
{ "source": "/guides/workspaces", "destination": "/tools/pub/workspaces", "type": 301 },
{ "source": "/guides{,/**}", "destination": "/docs", "type": 301 },
{ "source": "/install", "destination": "/get-dart", "type": 301 },
{ "source": "/install/**", "destination": "/get-dart", "type": 301 },
{ "source": "/install/archive", "destination": "/get-dart/archive", "type": 301 },
Expand Down

0 comments on commit 347e239

Please sign in to comment.