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
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
If by this you mean that the paths in https://github.com/sveltejs/template/blob/master/public/index.html should be relative - it's intentional that they are absolute, which allows the app to be used in as an SPA. If you need them to be relative, you can just edit them accordingly.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reproduce the error by:
npx degit sveltejs/template my-svelte-project cd my-svelte-project npm i npm run build
open the index.html file in the generated dist folder and see that the generated hrefs to the ... css and js files lack a "." at the beginning.
The text was updated successfully, but these errors were encountered: