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 was archived by the owner on Jan 11, 2023. It is now read-only.
At the very least, styles should be preloaded via the server. I'd argue that fonts & co should be set as a <link rel=preload/> by the user from within the template... but the server should send down the bare minimum assets.
The text was updated successfully, but these errors were encountered:
Taken from: https://github.com/sveltejs/sapper/blob/master/lib/index.js#L148
At the very least, styles should be preloaded via the server. I'd argue that fonts & co should be set as a
<link rel=preload/>
by the user from within the template... but the server should send down the bare minimum assets.The text was updated successfully, but these errors were encountered: