[chore] Update npm packages and Svelte alias config

This commit is contained in:
2022-05-23 23:10:42 +02:00
parent ed4dcd6051
commit 9792165272
4 changed files with 96 additions and 102 deletions

View File

@@ -5,16 +5,16 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="theme-color" content="#3C0576">
<meta name="mobile-web-app-capable" content="yes">
<link rel="manifest" href="%svelte.assets%/manifest.json">
<link type="text/plain" rel="author" href="%svelte.assets%/humans.txt">
<link rel="manifest" href="%sveltekit.assets%/manifest.json">
<link type="text/plain" rel="author" href="%sveltekit.assets%/humans.txt">
<link rel="icon" type="image/png" sizes="64x64" href="/images/favicon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/images/siteicon.png">
%svelte.head%
%sveltekit.head%
</head>
<body>
%svelte.body%
%sveltekit.body%
<script>
document.body.style.opacity = '0'