From cfbee729c53bb8282d53efe0eb989995fcff2618 Mon Sep 17 00:00:00 2001 From: Theo Beers <32523293+theodore-s-beers@users.noreply.github.com> Date: Mon, 28 Mar 2022 01:36:47 +0200 Subject: [PATCH] Fix file paths --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {