diff --git a/Cargo.toml b/Cargo.toml
index 6108c38..26d107e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -120,7 +120,6 @@ lib-features = ["hydrate"]
# Optional. Defaults to false.
lib-default-features = false
-#bin-target-triple = "aarch64-unknown-linux-gnu"
-
tailwind-input-file = "input.css"
tailwind-config-file = "tailwind.config.js"
+#in-target-triple = "aarch64-unknown-linux-gnu"
diff --git a/Makefile b/Makefile
index d6d2ca5..b2bad7e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,11 @@
deploy:
+ npx tailwindcss -i ./input.css -o ./style/output.css
+ tac Cargo.toml | sed '1s/^.//' | tac > fichier_temp.txt && mv fichier_temp.txt Cargo.toml
cargo leptos build
#cargo leptos build --release
+ tac Cargo.toml | sed '1s/^/#/' | tac > fichier_temp.txt && mv fichier_temp.txt Cargo.toml
ssh raspiwork "sudo systemctl stop rust_leptos.service"
+ #scp target/aarch64-unknown-linux-gnu/release/rust_leptos raspiwork:/var/www/rust_leptos/rust_leptos
scp target/aarch64-unknown-linux-gnu/debug/rust_leptos raspiwork:/var/www/rust_leptos/rust_leptos
- #scp target/aarch64-unknown-linux-gnu/debug/rust_leptos raspiwork:/var/www/rust_leptos/rust_leptos
- scp -r target/site raspiwork:/var/www/rust_leptos/site/
+ scp -r target/site raspiwork:/var/www/rust_leptos/
ssh raspiwork "sudo systemctl start rust_leptos.service"
diff --git a/src/app.rs b/src/app.rs
index ba1a1e6..8f7d566 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -11,9 +11,9 @@ pub fn App() -> impl IntoView {
view! {
-
+
-
+