aboutsummaryrefslogtreecommitdiff
path: root/pages/_app.tsx
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-07-09 08:36:52 +0200
committerlonkaars <loek@pipeframe.xyz>2021-07-09 08:36:52 +0200
commit06b284fd063ab5f75ff68bbcf5629e8ba66770b3 (patch)
tree7c5306a1f323e6c1d0d02b34b54a5f455c5f510c /pages/_app.tsx
parentc80a8b2615f2b576c1a022b16141d54f2c24f6a2 (diff)
more icons and manifests
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r--pages/_app.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx
index 92f91af..a42ad6c 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -18,8 +18,6 @@ export default function Pressure({ Component, pageProps }) {
<Head>
<title>pressure</title>
<link as='style' href='/font/font.css' />
- <link rel='manifest' href='/manifest.json' />
- <meta name='theme-color' content='#171D33' />
</Head>
<Component {...pageProps} />
</>;