Add variables to config and minimal refactor
This commit is contained in:
@ -16,7 +16,8 @@ const { googleAnalyticsId = false } = SITE;
|
||||
|
||||
<head>
|
||||
<MetaTags {...meta} />
|
||||
{googleAnalyticsId && <Analytics id={googleAnalyticsId} />}
|
||||
{googleAnalyticsId &&
|
||||
<Analytics id={googleAnalyticsId} />}
|
||||
</head>
|
||||
|
||||
<body class="antialiased text-gray-900 dark:text-slate-300 tracking-tight bg-white dark:bg-slate-900">
|
||||
@ -24,4 +25,4 @@ const { googleAnalyticsId = false } = SITE;
|
||||
<BasicScripts />
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Reference in New Issue
Block a user