Skip to content

Commit

Permalink
fix: use data-sveltekit-preload-data rather than -prefetch (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
wackbyte authored Jun 2, 2024
1 parent 818fb30 commit afdb594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

%sveltekit.head%
</head>
<body data-sveltekit-prefetch>
<body data-sveltekit-preload-data="hover">
<div>%sveltekit.body%</div>
</body>
</html>

0 comments on commit afdb594

Please sign in to comment.