mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-14 06:42:54 +00:00
web/app.html: preload code just like before
it adds 40kb of initial bandwidth load but makes the experience much better
This commit is contained in:
parent
9a3d35185b
commit
507ba66f78
@ -61,7 +61,7 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body data-sveltekit-preload-data="hover">
|
<body data-sveltekit-preload-data="hover" data-sveltekit-preload-code="eager">
|
||||||
<div style="display: contents">
|
<div style="display: contents">
|
||||||
%sveltekit.body%
|
%sveltekit.body%
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user