Skip to content

Commit 6c9eec8

Browse files
authored
Update app.html
1 parent ba84883 commit 6c9eec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-svelte-kit/src/app.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
%svelte.head%
5+
%sveltekit.head%
66
<meta name="description" content="ESLint plugin for Svelte using AST" />
77
<link
88
rel="icon"
@@ -25,6 +25,6 @@
2525
<meta name="viewport" content="width=device-width, initial-scale=1" />
2626
</head>
2727
<body>
28-
<div id="svelte">%svelte.body%</div>
28+
<div id="svelte">%sveltekit.body%</div>
2929
</body>
3030
</html>

0 commit comments

Comments
 (0)