Skip to content

Commit

Permalink
Add redirect from old, shared Dart logo location (#5572)
Browse files Browse the repository at this point in the history
Updates `/assets/shared/dart/icon/64.png` to redirect to a live version of the image.

Fixes #5570
  • Loading branch information
parlough authored Feb 19, 2024
1 parent afe90d2 commit 5d4f763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
{ "source": "/articles/zones", "destination": "/articles/archive/zones", "type": 301 },
{ "source": "/assets/dart-logo-for-shares*.png", "destination": "/assets/img/logo/dart-logo-for-shares.png", "type": 301 },
{ "source": "/assets/dart-logo-wordmark*.png", "destination": "/assets/img/logo/dart-logo-for-shares.png", "type": 301 },
{ "source": "/assets/shared/dart/icon/64.png", "destination": "/assets/img/logo/dart-64.png", "type": 301 },
{ "source": "/books", "destination": "/resources/books", "type": 301 },
{ "source": "/bug", "destination": "https://dartbug.com", "type": 301 },
{ "source": "/bug/:rest*", "destination": "https://dartbug.com/:rest*", "type": 301 },
Expand Down

0 comments on commit 5d4f763

Please sign in to comment.