Skip to content

Commit bedad3c

Browse files
committed
Remove data-sveltekit-preload-data attribute from body
The data-sveltekit-preload-data="hover" attribute was removed from the <body> tag in app.html. This may affect how SvelteKit preloads data on navigation.
1 parent 40efd2f commit bedad3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</script>
2424
%sveltekit.head%
2525
</head>
26-
<body data-sveltekit-preload-data="hover" class="h-full dark:bg-gray-900">
26+
<body class="h-full dark:bg-gray-900">
2727
<div id="app" class="contents h-full">%sveltekit.body%</div>
2828

2929
<!-- Google Tag Manager -->

0 commit comments

Comments
 (0)