Skip to content

Commit

Permalink
Update app.html
Browse files Browse the repository at this point in the history
outdated code (breaking change)
reference: sveltejs/kit#7776
  • Loading branch information
524c authored Dec 29, 2022
1 parent cbffcb9 commit cef3b3e
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 @@ -25,7 +25,7 @@
%sveltekit.head%
</head>

<body data-sveltekit-prefetch class="bg-white dark:bg-gray-900">
<body data-sveltekit-preload-data class="bg-white dark:bg-gray-900">
<div id="svelte" class="max-h-screen overflow-auto relative">%sveltekit.body%</div>
</body>

Expand Down

0 comments on commit cef3b3e

Please sign in to comment.