render-examples/sveltekit-static

The builded .html files doesnt visualize correctly because href slashing

JTorresConsulta opened this issue · 0 comments

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 ...