diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-09 08:36:52 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-09 08:36:52 +0200 |
commit | 06b284fd063ab5f75ff68bbcf5629e8ba66770b3 (patch) | |
tree | 7c5306a1f323e6c1d0d02b34b54a5f455c5f510c /pages/_app.tsx | |
parent | c80a8b2615f2b576c1a022b16141d54f2c24f6a2 (diff) |
more icons and manifests
Diffstat (limited to 'pages/_app.tsx')
-rw-r--r-- | pages/_app.tsx | 2 |
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} /> </>; |