Skip to content

Commit

Permalink
enable preload
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Jan 6, 2024
1 parent 3c57aaf commit 7c533ac
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 @@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body class="m3-font-body-large">
<body data-sveltekit-preload-data class="m3-font-body-large">
<div>%sveltekit.body%</div>
</body>
</html>

0 comments on commit 7c533ac

Please sign in to comment.