major update in looks and feel
This commit is contained in:
@@ -13,6 +13,7 @@ import Analytics from '~/components/common/Analytics.astro';
|
||||
import BasicScripts from '~/components/common/BasicScripts.astro';
|
||||
import StructuredData from '~/components/common/StructuredData.astro';
|
||||
import LanguagePersistence from '~/components/LanguagePersistence.astro';
|
||||
import GlobalBackground from '~/components/ui/GlobalBackground.astro';
|
||||
|
||||
// Comment the line below to disable View Transitions
|
||||
import { ClientRouter } from 'astro:transitions';
|
||||
@@ -56,6 +57,7 @@ const { language, textDirection } = I18N;
|
||||
</head>
|
||||
|
||||
<body class="antialiased text-default bg-page tracking-tight">
|
||||
<GlobalBackground />
|
||||
<slot name="structured-data" />
|
||||
<slot />
|
||||
|
||||
|
Reference in New Issue
Block a user