📦 add next-pwa, manifest & new logo

This commit is contained in:
pheralb
2022-04-10 18:42:18 +01:00
parent 5d8a71c145
commit 5542cf499c
22 changed files with 5602 additions and 310 deletions
+5 -1
View File
@@ -6,7 +6,11 @@ export default class Document extends NextDocument {
render() {
return (
<Html>
<Head />
<Head>
<link rel="manifest" href="/manifest.json" />
<link rel="apple-touch-icon" href="/icons/icon-512x512.png"></link>
<meta name="theme-color" content="#36558F" />
</Head>
<body>
<ColorModeScript initialColorMode={theme.config.initialColorMode} />
<Main />