1.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
import Header from "../components/Header.astro";
|
||||
import Footer from "../components/Footer.astro";
|
||||
import { siteConfig } from "../config/site";
|
||||
import "./src/styles/global.css";
|
||||
|
||||
interface Props {
|
||||
title?: string;
|
||||
@@ -29,7 +29,6 @@ const metaTitle =
|
||||
<title>{metaTitle}</title>
|
||||
</head>
|
||||
<body class="min-h-screen flex flex-col">
|
||||
<Header />
|
||||
<main class="container mx-auto px-4 py-8 flex-grow">
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user