From 47b8e5c12fde18c992dac54aa60fbd8c7f0c9df2 Mon Sep 17 00:00:00 2001 From: John Lewis Date: Wed, 27 Nov 2024 10:20:42 +0100 Subject: [PATCH] feat(site): fix leptos streaming --- crates/site-server/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/site-server/src/main.rs b/crates/site-server/src/main.rs index 08e1831..8912730 100644 --- a/crates/site-server/src/main.rs +++ b/crates/site-server/src/main.rs @@ -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