diff --git a/src/main.rs b/src/main.rs index 17cf3e3..704cffb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -73,9 +73,9 @@ async fn index(path: web::Path) -> impl Responder { "-M", "dir=rtl", "-H", - "/head.html", + "head.html", "-A", - "/script.html", + "script.html", ]) .output() {