You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
When routing files, you're always going to mess up the paths for dependencies, unless the router was designed to deal with this problem.
I have overcome this with assigning a permanent path to the CSS or JS
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!
The text was updated successfully, but these errors were encountered: