diff --git a/Cargo.toml b/Cargo.toml
index e163116..abd409d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ resolver = "2"
# Optimize for size (aggressive)
[profile.release]
-opt-level = "z"
+opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"
diff --git a/frontend/index.html b/frontend/index.html
index 9ffd99c..0e00ea5 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -14,7 +14,7 @@
-
+