changed name
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user