Good evening! First of all i'm really greatful for this library, saves a lot of time and effort! To recreate the problem I'm having, try accessing the URL: localhost/xxx/yyy/zzz I have not set a route for this, so it should redirect to 404. It does in fact redirect to 404, but the CSS/JS files I import into the project are always parsed as href="xxx/yyy/path/to/CSSorJS". is there a way to patch this other than adding a for loop to add "../" for every layer of the URL -1?   Thanks in advance and kudos for the great work!