Skip to content

Commit

Permalink
pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
craigkai committed Oct 15, 2024
1 parent 076ceda commit 5854ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/vball.svg" />
<link rel="manifest" href="%sveltekit.assets%/manifest.json" />

<meta name="viewport" content="width=device-width" />
%sveltekit.head%
<title>VolleyHub</title>

<script src="/service-worker.js"></script>
</head>

<body data-sveltekit-preload-data="hover" class="dark:bg-nord-0 bg-white">
Expand Down

0 comments on commit 5854ea3

Please sign in to comment.