From d9dad5283a3c63a25ddad9f1404530e6edc928f7 Mon Sep 17 00:00:00 2001 From: Kenneth Love <11908+kennethlove@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:15:36 -0800 Subject: [PATCH] Trying something else --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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