fix leptos router base path for GitHub Pages deployment
The Router's route matching failed on GitHub Pages because the app is served from /ce-netsim/ but routes were defined relative to /. Set the Router's base prop via a compile-time env var (LEPTOS_BASE_PATH) so it works both locally (defaults to "") and on GitHub Pages (/ce-netsim).