diff --git a/Cargo.toml b/Cargo.toml index d22827c..d1a12df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ panic = "abort" [package.metadata.leptos] # The name used by wasm-bindgen/cargo-leptos for the JS/WASM bundle. Defaults to the crate name -output-name = "leptos_start" +output-name = "libretunes" # The site root folder is where cargo-leptos generate all output. WARNING: all content of this folder will be erased on a rebuild. Use it in your server setup. site-root = "target/site" # The site-root relative folder where all compiled output (JS, WASM and CSS) is written diff --git a/src/app.rs b/src/app.rs index 6df1766..8d1c582 100644 --- a/src/app.rs +++ b/src/app.rs @@ -15,7 +15,7 @@ pub fn App() -> impl IntoView { view! { // injects a stylesheet into the document
// id=leptos means cargo-leptos will hot-reload this stylesheet -