Where's the modulepreloads in my SvelteKit app?
They're in the headers. They're only forced into HTML if you're using @sveltejs/adapter-static
- otherwise they ride in the Link
header.
They're in the headers. They're only forced into HTML if you're using @sveltejs/adapter-static
- otherwise they ride in the Link
header.