How does the path based routing work, for example, with Tea Sampler? How come can I put https://frequal.com/tea-sampler/buttons in the URL bar and it will load the Buttons page? When in the network debugger it shows a 404 for /buttons. I'm trying Flavour out in a local demo application, and I just get the 404 not found response when trying to navigate directly to one of my routes by entering the path directly. Navigating by a button event and Routing.open() works fine.