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
When the build is runned it make links in html files with a previous slash /
For example: <link rel="modulepreload" href="/_app/start-d800466a.js">
href="/ <-----
Then, navigators can`t visualize the html builded correctly because the relative route is not correct ...
The text was updated successfully, but these errors were encountered:
JTorresConsulta
changed the title
The build .html doesnt work because href slashs
The builded .html files doesnt visualize correctly because href slashing
Feb 13, 2022
When the build is runned it make links in html files with a previous slash /
For example:
<link rel="modulepreload" href="/_app/start-d800466a.js">
href="/ <-----
Then, navigators can`t visualize the html builded correctly because the relative route is not correct ...
The text was updated successfully, but these errors were encountered: