---
import Base from "./Base.astro";
import Box4x3Mask from "/assets/box-4x3-mask.png";
import Hr from "/assets/hr.png";
import "/components/markdown.css";
interface Props {
frontmatter: {
title: string;
graph?: {
description: string;
type?: "website" | "article" | `${"music" | "video"}.${string}`;
image?: string;
};
};
}
const { frontmatter } = Astro.props;
---
}
{frontmatter.title}