mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
📦 add next-pwa, manifest & new logo
This commit is contained in:
+5
-1
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user