0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Deleted the page headers

This commit is contained in:
2024-10-24 19:16:56 +00:00
parent f8d98d2933
commit 2aa8042e3d
3 changed files with 2 additions and 68 deletions

View File

@ -2,7 +2,6 @@
import Analytics from "../components/Analytics.astro";
import Footer from "../components/Footer.astro";
import Head from "../components/Head.astro";
import Header from "../components/Header.astro";
import "../scss/global.scss";
type Props = {
@ -20,7 +19,6 @@ const { description, title } = Astro.props;
/>
<body>
<Header />
<main>
<slot />
</main>