Skip to content

Commit

Permalink
fix: 💫 update for SvelteKit breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab committed May 25, 2022
1 parent 5a39866 commit f06f4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%svelte.head%
%sveltekit.head%
</head>
<body>
<div id="svelte">%svelte.body%</div>
<div id="svelte">%sveltekit.body%</div>
</body>
</html>

0 comments on commit f06f4ff

Please sign in to comment.