Closed atordvairn closed 2 years ago
i was using some conditional long paths like this:
<Route path="/User/:pubKey/" let:meta> <Header /> {#if $username} <Profile pub={meta.params.pubKey} /> {:else} <Login /> {/if} </Route>
it works with the <a> tag but fails when reloaded standalone
<a>
i am using sirv
sirv public --no-clear --single
nvm got it
i was using some conditional long paths like this:
it works with the
<a>
tag but fails when reloaded standalonei am using sirv