Skip to content

Commit

Permalink
chore: make static dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ozwaldorf committed Oct 14, 2024
1 parent c736498 commit 58fe7fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ fn handle_get(req: Request, nonce: usize) -> Result<Response, Error> {

// Favicon
Some("favicon.ico") => {
const FAVICON: &[u8] = include_bytes!("icons8-paste-special.png");
const FAVICON: &[u8] = include_bytes!("static/icons8-paste-special.png");
Ok(Response::from_body(FAVICON).with_content_type(mime::IMAGE_PNG))
},

Expand Down
File renamed without changes

0 comments on commit 58fe7fc

Please sign in to comment.