From f1a8b27a0e6719dc88f8e1f533791c08dddcab0e Mon Sep 17 00:00:00 2001 From: itsscb Date: Tue, 4 Mar 2025 20:51:58 +0100 Subject: [PATCH] chore: update asset paths in Shuttle.toml for build and deploy --- Shuttle.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Shuttle.toml b/Shuttle.toml index cccf234..2e4c515 100644 --- a/Shuttle.toml +++ b/Shuttle.toml @@ -1,4 +1,9 @@ [build] assets = [ - "frontend/dist/frontend/*", + "frontend/dist/frontend/browser/*", +] + +[deploy] +assets = [ + "frontend/dist/frontend/browser/*", ] \ No newline at end of file