'Why doesn't my website stop loading (Svelte)

I made a portfolio website, but this site doesn't stop loading. Sorce code is here.

Does anyone have a solution? or the reason why this happens?



Solution 1:[1]

Deploy only your bundled static files. I can access your entire svelte project under your domain. check the sources tab in your browser's DevTools.

since you use vercel for deployment, check this out. https://github.com/vercel/serve

Solution 2:[2]

  1. Check for service workers (If you are using them) But more probably

2) ALWAYS npm run build before firebase deploy

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 divineflu
Solution 2 Entrenador Hispano