diff --git a/.cargo/config.toml b/.cargo/config.toml index 67cd0be..0a5ff37 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,6 +2,6 @@ # linker = "clang" # rustflags = ["-C", "link-arg=-fuse-ld=mold"] -[target.aarch_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=mold"] +# [target.aarch64-unknown-linux-gnu] +# linker = "clang" +# rustflags = ["-Clink-arg=-fuse-ld=mold"] diff --git a/Cargo.lock b/Cargo.lock index 2fb4c43..c34195d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4573,7 +4573,6 @@ dependencies = [ "cfg-if", "core_types", "http 1.0.0", - "image", "leptos", "leptos_axum", "leptos_meta", diff --git a/crates/site-app/Cargo.toml b/crates/site-app/Cargo.toml index 0bb8af3..cf536d7 100644 --- a/crates/site-app/Cargo.toml +++ b/crates/site-app/Cargo.toml @@ -17,7 +17,6 @@ cfg-if.workspace = true thiserror.workspace = true serde.workspace = true bytes = { workspace = true, optional = true } -image = { workspace = true, optional = true } tracing = { workspace = true, optional = true } validator = "0.16.1" @@ -34,6 +33,6 @@ default = [] hydrate = ["leptos/hydrate", "leptos_meta/hydrate", "leptos_router/hydrate"] ssr = [ "leptos/ssr", "leptos/tracing", "leptos_meta/ssr", "leptos_router/ssr", "dep:leptos_axum", - "auth", "bl", "bytes", "image", "tracing" + "auth", "bl", "bytes", "tracing" ] diff --git a/crates/site-app/src/pages/home_page.rs b/crates/site-app/src/pages/home_page.rs index 0238795..9d89199 100644 --- a/crates/site-app/src/pages/home_page.rs +++ b/crates/site-app/src/pages/home_page.rs @@ -8,7 +8,7 @@ pub fn HomePage() -> impl IntoView { view! { -
+

"Welcome to PicturePro!"

{ match user { Some(user) => view! {