Skip to content

Commit 276443f

Browse files
authored
preload on hover (#13408)
1 parent 505e8ca commit 276443f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/svelte-5-preview/src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
%sveltekit.head%
99
</head>
10-
<body>
10+
<body data-sveltekit-preload-data="hover">
1111
<div style="display: contents">%sveltekit.body%</div>
1212
</body>
1313
</html>

0 commit comments

Comments
 (0)