diff --git a/crates/goose-cli/src/commands/web.rs b/crates/goose-cli/src/commands/web.rs index e1dcec6f..a50b8c52 100644 --- a/crates/goose-cli/src/commands/web.rs +++ b/crates/goose-cli/src/commands/web.rs @@ -199,6 +199,16 @@ async fn serve_static(axum::extract::Path(path): axum::extract::Path) -> include_str!("../../static/script.js"), ) .into_response(), + "img/logo_dark.png" => ( + [("content-type", "image/png")], + include_bytes!("../../../../documentation/static/img/logo_dark.png").to_vec(), + ) + .into_response(), + "img/logo_light.png" => ( + [("content-type", "image/png")], + include_bytes!("../../../../documentation/static/img/logo_light.png").to_vec(), + ) + .into_response(), _ => (axum::http::StatusCode::NOT_FOUND, "Not found").into_response(), } } diff --git a/crates/goose-cli/static/index.html b/crates/goose-cli/static/index.html index f52b03bf..6010bede 100644 --- a/crates/goose-cli/static/index.html +++ b/crates/goose-cli/static/index.html @@ -12,13 +12,13 @@

Goose Chat

Connecting...
- +

Welcome to Goose!

I'm your AI assistant. How can I help you today?

- +
What can you do?
Demo writing and reading files
@@ -28,10 +28,10 @@
- +
-