Upgrade sveltekit

This commit is contained in:
Arhey 2023-02-17 10:31:00 +03:00
parent 3214263336
commit a332223828
54 changed files with 1295 additions and 584 deletions

View file

@ -2,12 +2,12 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%svelte.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
<link rel="manifest" crossorigin="use-credentials" href="%svelte.assets%/manifest.json">
%svelte.head%
%sveltekit.head%
</head>
<body>
%svelte.body%
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>
</html>