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