add env local to theme

This commit is contained in:
2023-08-06 11:23:03 +03:30
parent 21782a4a1a
commit 1edeac2b44
6 changed files with 23 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ export default function MyDocument(props) {
<Head>
<meta name="theme-color" content={theme.palette.primary.main}/>
<meta name="emotion-insertion-point" content=""/>
<link rel="shortcut icon" href="/icons/favicon.ico"/>
<link rel="shortcut icon" href="/icons/favicon.png"/>
<link rel="manifest" href="/manifest.json"/>
{emotionStyleTags}
</Head>