Skip to content

Commit

Permalink
fix: rm unnuecessary manifest reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Jun 23, 2024
1 parent eac9326 commit f4a92b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="manifest" href="/manifest.webmanifest" />

<meta name="theme-color" media="(prefers-color-scheme: light)" content="#000000" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#171717" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#09090b" />

%sveltekit.head%
</head>
Expand Down
2 changes: 0 additions & 2 deletions apps/web/src/service-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { registerRoute, Route } from "workbox-routing"

declare let self: ServiceWorkerGlobalScope

const manifest = self.__WB_MANIFEST

const fontAssetRoute = new Route(
({ request }) => {
return request.destination === "font"
Expand Down

0 comments on commit f4a92b6

Please sign in to comment.