Hi friends, I want to create a small website consisting of 3-4 pages using Compose Multiplatform Kotlin WASM. In order to arrange the navigation I implemented Decompose library. It handles the browsing history, the back stack and adds respective path values in the search line of the browser when switching the pages. However, when I explicitly type the deeplink in the search bar(let's say
http://localhost:8080/home) it fails to load the resource. Is there any way to get the path param(in the search line) so I will tell the decompose library to show the respective page?