We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba84883 commit 6c9eec8Copy full SHA for 6c9eec8
docs-svelte-kit/src/app.html
@@ -2,7 +2,7 @@
2
<html lang="en">
3
<head>
4
<meta charset="utf-8" />
5
- %svelte.head%
+ %sveltekit.head%
6
<meta name="description" content="ESLint plugin for Svelte using AST" />
7
<link
8
rel="icon"
@@ -25,6 +25,6 @@
25
<meta name="viewport" content="width=device-width, initial-scale=1" />
26
</head>
27
<body>
28
- <div id="svelte">%svelte.body%</div>
+ <div id="svelte">%sveltekit.body%</div>
29
</body>
30
</html>
0 commit comments