Skip to content

Commit 5d4f763

Browse files
authored
Add redirect from old, shared Dart logo location (#5572)
Updates `/assets/shared/dart/icon/64.png` to redirect to a live version of the image. Fixes #5570
1 parent afe90d2 commit 5d4f763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase.json

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
{ "source": "/articles/zones", "destination": "/articles/archive/zones", "type": 301 },
7777
{ "source": "/assets/dart-logo-for-shares*.png", "destination": "/assets/img/logo/dart-logo-for-shares.png", "type": 301 },
7878
{ "source": "/assets/dart-logo-wordmark*.png", "destination": "/assets/img/logo/dart-logo-for-shares.png", "type": 301 },
79+
{ "source": "/assets/shared/dart/icon/64.png", "destination": "/assets/img/logo/dart-64.png", "type": 301 },
7980
{ "source": "/books", "destination": "/resources/books", "type": 301 },
8081
{ "source": "/bug", "destination": "https://dartbug.com", "type": 301 },
8182
{ "source": "/bug/:rest*", "destination": "https://dartbug.com/:rest*", "type": 301 },

0 commit comments

Comments
 (0)