diff --git a/Cargo.toml b/Cargo.toml index fda3627..331a2f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,9 @@ dioxus-html-macro = "0.2" tracing = "0" tracing-wasm = "0" + +[profile.release] +opt-level = 3 +lto = true +strip = true + diff --git a/dist/index.html b/dist/index.html index 2ffd763..cfc82b6 100644 --- a/dist/index.html +++ b/dist/index.html @@ -6,38 +6,11 @@