changed name

This commit is contained in:
2025-08-26 12:58:17 +02:00
parent fd6ea168e7
commit 547cc1ad00
2 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ wasm-bindgen = "=0.2.100"
# that are used together frontend (lib) & server (bin)
[[workspace.metadata.leptos]]
# this name is used for the wasm, js and css file names
name = "start-axum-workspace"
name = "airsoftfotos"
# the package in the workspace that contains the server binary (binary crate)
bin-package = "server"
@@ -73,7 +73,7 @@ end2end-dir = "end2end"
browserquery = "defaults"
# Set by cargo-leptos watch when building with that tool. Controls whether autoreload JS will be included in the head
watch = false
watch = true
# The environment Leptos will run in, usually either "DEV" or "PROD"
env = "DEV"

View File

@@ -29,10 +29,10 @@ pub fn App() -> impl IntoView {
provide_meta_context();
view! {
<Stylesheet id="leptos" href="/pkg/start-axum-workspace.css"/>
<Stylesheet id="leptos" href="/pkg/airsoftfotos.css"/>
// sets the document title
<Title text="Welcome to Leptos!"/>
<Title text="Airsoft Fotos!"/>
// content for this welcome page
<Router>