From 119e458c14328955249f7e1d733d89f0598d765a Mon Sep 17 00:00:00 2001 From: Filip Krumpe Date: Mon, 10 Jan 2022 22:32:54 +0100 Subject: [PATCH] Deliver the final svelte-kit build page --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index aeb75a5..b82c5d3 100644 --- a/app.py +++ b/app.py @@ -4,4 +4,4 @@ app = Flask(__name__) @app.route("/") def svelte_client(path): - return send_from_directory("webapp/public/", path) \ No newline at end of file + return send_from_directory("webapp/build/", path) \ No newline at end of file