diff --git a/src/main.rs b/src/main.rs index 34d0e5f..6367b15 100644 --- a/src/main.rs +++ b/src/main.rs @@ -67,7 +67,7 @@ async fn main() { let css_hash = calculate_sha256(STATIC_CSS); let js_hash = calculate_sha256(STATIC_JS); - let css_path = format!("/style-{css_hash}.js"); + let css_path = format!("/style-{css_hash}.css"); let js_path = format!("/script-{js_hash}.js"); let state = AppState {