|
|
@ -41,6 +41,7 @@ export const MetaTags = () => (
|
|
|
|
<meta name="theme-color" content="#121212" />
|
|
|
|
<meta name="theme-color" content="#121212" />
|
|
|
|
<title>Carbon</title>
|
|
|
|
<title>Carbon</title>
|
|
|
|
<link rel="shortcut icon" href="/static/favicon.ico" />
|
|
|
|
<link rel="shortcut icon" href="/static/favicon.ico" />
|
|
|
|
|
|
|
|
<link rel="manifest" href="/static/manifest.json" />
|
|
|
|
</>
|
|
|
|
</>
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
@ -55,7 +56,6 @@ export default function Meta() {
|
|
|
|
<Head>
|
|
|
|
<Head>
|
|
|
|
<MetaTags />
|
|
|
|
<MetaTags />
|
|
|
|
<link rel="stylesheet" href="/static/react-crop.css" />
|
|
|
|
<link rel="stylesheet" href="/static/react-crop.css" />
|
|
|
|
<link rel="manifest" href="/static/manifest.json" />
|
|
|
|
|
|
|
|
<link
|
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
rel="stylesheet"
|
|
|
|
href="//cdnjs.cloudflare.com/ajax/libs/codemirror/5.39.2/theme/seti.min.css"
|
|
|
|
href="//cdnjs.cloudflare.com/ajax/libs/codemirror/5.39.2/theme/seti.min.css"
|
|
|
|