mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 08:30:27 +03:00
Add Analytics component to BaseLayout
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
---
|
||||
import Analytics from "../components/Analytics.astro";
|
||||
import Head from "../components/Head.astro";
|
||||
import Header from "../components/Header.astro";
|
||||
import "../scss/global.scss";
|
||||
@ -19,5 +20,6 @@ const { title, description } = Astro.props;
|
||||
<main>
|
||||
<slot />
|
||||
</main>
|
||||
<Analytics />
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user