fix favicon

This commit is contained in:
k-nasa
2021-04-24 15:32:04 +09:00
parent 03a0673fb6
commit 40ee361586
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#![doc(
html_logo_url = "https://github.com/wasmerio.png?size=200",
html_favicon_url = "https://wasmer.io/static/icons/favicon.ico"
html_favicon_url = "https://wasmer.io/images/icons/favicon-32x32.png"
)]
#![deny(
missing_docs,