This pull request fixes #7 by adding a fallback route to Router in the app/lib.rs file, and removing some server side error handling from server/fileserv.rs to allow the app to deal with it, fixing a csr vs ssr error that was occuring beforehand.
cargo fmt & leptosfmt . have also been run.
This pull request fixes #7 by adding a fallback route to Router in the
app/lib.rs
file, and removing some server side error handling fromserver/fileserv.rs
to allow the app to deal with it, fixing a csr vs ssr error that was occuring beforehand.cargo fmt
&leptosfmt .
have also been run.