fix: fix wrong css name
This commit is contained in:
parent
e068e8ac2a
commit
2cca3ab27f
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user