feat: remove service worker
This commit is contained in:
@ -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>
|
||||
{`
|
||||
|
Reference in New Issue
Block a user