--- // Path: src/components/Post/Blockquotes/Ganbatte.astro import styles from "./Ganbatte.module.scss"; interface Props { toc?: string; tocLevel?: string; imageAlt?: string; } const { toc, tocLevel = "1", imageAlt = "MangoPig Ganbatte" } = Astro.props; ---
{imageAlt}