diff --git a/netlify.toml b/netlify.toml index f32f6f1..271c215 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [build] -command = "cargo install dioxus-cli && dx build --release --platform web" +command = "cargo install dioxus-cli && cd web && dx build --release --platform web" publish = "dist/" \ No newline at end of file