wip
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import '../styles/global.css';
|
||||
import { Footer } from '../components/Footer';
|
||||
import { Hero } from '../components/Hero';
|
||||
import Analytics from '../components/Analytics.astro';
|
||||
|
||||
interface Props {
|
||||
title: string;
|
||||
@@ -55,6 +56,9 @@ const { title, description = "Technical problem solver's blog - practical insigh
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Analytics Component -->
|
||||
<Analytics />
|
||||
|
||||
<!-- Global JavaScript for interactive elements -->
|
||||
<script>
|
||||
// Global interactive elements manager
|
||||
|
||||
Reference in New Issue
Block a user