We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab77eeb commit a8088b5Copy full SHA for a8088b5
src/lib.rs
@@ -36,7 +36,7 @@ const DIRECTORY_FALLBACK_PATH: &str = "index.html";
36
const FAVICON_ICO_FILENAME: &str = "favicon.ico";
37
// FAVICON_PNG_FILENAME
38
const FAVICON_PNG_FILENAME: &str = "favicon.png";
39
-// Fallback favicon.png that is used when user does not a custom one
+// Fallback favicon.png that is used when user does not supply a custom one
40
const FALLBACK_FAVICON_PNG: &[u8] = include_bytes!("../spin-favicon.png");
41
// Fallback favicon.ico that is used when user does not a custom one
42
const FALLBACK_FAVICON_ICO: &[u8] = include_bytes!("../spin-favicon.ico");
0 commit comments