Skip to content

Commit

Permalink
feat(site): fix leptos streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Nov 27, 2024
1 parent 3d56d06 commit 47b8e5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/site-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ async fn main() {
},
)
.fallback(leptos_axum::file_and_error_handler(shell))
.layer(tower_http::compression::CompressionLayer::new())
.with_state(leptos_options);

// run our app with hyper
Expand Down

0 comments on commit 47b8e5c

Please sign in to comment.