We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe90d2 commit 5d4f763Copy full SHA for 5d4f763
firebase.json
@@ -76,6 +76,7 @@
76
{ "source": "/articles/zones", "destination": "/articles/archive/zones", "type": 301 },
77
{ "source": "/assets/dart-logo-for-shares*.png", "destination": "/assets/img/logo/dart-logo-for-shares.png", "type": 301 },
78
{ "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 },
80
{ "source": "/books", "destination": "/resources/books", "type": 301 },
81
{ "source": "/bug", "destination": "https://dartbug.com", "type": 301 },
82
{ "source": "/bug/:rest*", "destination": "https://dartbug.com/:rest*", "type": 301 },
0 commit comments