|
@@ -39,23 +39,8 @@ class MyDocument extends Document {
|
|
|
return (
|
|
|
<Html lang="en">
|
|
|
<Head>
|
|
|
- {!isDevelopment && (
|
|
|
- <>
|
|
|
- <script
|
|
|
- async
|
|
|
- src="https://www.googletagmanager.com/gtag/js?id=G-JKZEHMJBMH"
|
|
|
- />
|
|
|
- <script
|
|
|
- dangerouslySetInnerHTML={{
|
|
|
- __html: `window.dataLayer = window.dataLayer || [];
|
|
|
- function gtag(){dataLayer.push(arguments);}
|
|
|
- gtag('js', new Date());
|
|
|
- gtag('config', 'G-JKZEHMJBMH');
|
|
|
- `,
|
|
|
- }}
|
|
|
- />
|
|
|
- </>
|
|
|
- )}
|
|
|
+ <link rel="manifest" href="/manifest.json" />
|
|
|
+ <meta name="theme-color" content="#36393E" />
|
|
|
<SeoTags
|
|
|
description="Simple visualization tool for your JSON data. No forced structure, paste your JSON and view it instantly."
|
|
|
title="JSON Visio - Directly onto graphs"
|
|
@@ -72,8 +57,6 @@ class MyDocument extends Document {
|
|
|
href="https://fonts.googleapis.com/css2?family=Catamaran:wght@300;400;500;600;700&family=PT+Sans:wght@400;500;700&display=swap"
|
|
|
rel="stylesheet"
|
|
|
/>
|
|
|
- <link rel="manifest" href="/manifest.json" />
|
|
|
- <meta name="theme-color" content="#36393E" />
|
|
|
</Head>
|
|
|
<body>
|
|
|
<Main />
|