AlexxNB / tinro

Highly declarative, tiny, dependency free router for Svelte's web applications.
MIT License
675 stars 30 forks source link

[question] is there a way to clear history and start from root "/" again? #37

Closed beebase closed 3 years ago

AlexxNB commented 3 years ago

No way to do it with JS(as I know). You may reload app with window.location.replace('/').