Skip to content

Commit

Permalink
Svelte: migrate svelte.x to sveltekit.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed May 24, 2022
1 parent e3b8e8e commit bc6bb24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<meta charset="utf-8" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%svelte.head%
%sveltekit.head%
</head>
<body>
<div>%svelte.body%</div>
<div>%sveltekit.body%</div>
</body>
</html>

0 comments on commit bc6bb24

Please sign in to comment.