Update config/packages

This commit is contained in:
2022-08-15 17:31:32 +01:00
parent 034345b29f
commit 7395f859a9
6 changed files with 628 additions and 588 deletions

View File

@ -11,9 +11,9 @@
<!-- <link rel="manifest" href="manifest.json" crossorigin="use-credentials"> -->
<link rel="icon" type="image/png" href="/img/favicon.ico">
%svelte.head%
%sveltekit.head%
</head>
<body>
<div id="svelte">%svelte.body%</div>
<div id="svelte">%sveltekit.body%</div>
</body>
</html>