feat: remove service worker

This commit is contained in:
2023-08-10 15:16:08 +02:00
parent 26cf5d2042
commit 61ac1f39e9
3 changed files with 0 additions and 87 deletions

View File

@ -1,4 +1,3 @@
import "preact/debug";
import { AppProps } from "$fresh/server.ts";
import { Head } from "$fresh/runtime.ts";
@ -30,7 +29,6 @@ export default function App({ Component }: AppProps) {
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#141218" />
<script src="/app.js" type="module" />
<style>
{`