Skip to content

Commit

Permalink
feat: manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ivynya committed Dec 25, 2023
1 parent d71a0a0 commit 4436f48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://use.typekit.net/src8spu.css">
<link rel="manifest" href="./manifest.json">
<script type="application/manifest+json" src="%sveltekit.assets%/manifest.json"></script>
<link rel="manifest" href="%sveltekit.assets%/manifest.json">
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
Expand Down

0 comments on commit 4436f48

Please sign in to comment.