render-examples / sveltekit-static

Deploy SvelteKit to Render using the static adapter

Home Page:https://sveltekit-static.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The builded .html files doesnt visualize correctly because href slashing

JTorresConsulta opened this issue · 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 ...