| commit | bea35d067bff5444b9156f2a192e9ee5d09e23a4 | [log] [tgz] |
|---|---|---|
| author | Nate Bosch <nbosch@google.com> | Mon Jun 10 10:48:19 2019 -0700 |
| committer | GitHub <noreply@github.com> | Mon Jun 10 10:48:19 2019 -0700 |
| tree | a82118e713203f23ec151bfe7a4fac834c567c3c | |
| parent | 216084104e2573a9f7d629b669363d669d3b7513 [diff] |
Add a handler for favicon.ico (#423) Closes https://github.com/dart-lang/build/issues/892 If the users has not specified a favicon chrome will attempt to load `/favicon.ico` by default. If this would otherwise be a 404 we can provide a default and avoid an error in the console. The default icon is the same as the `dart.dev` site.