Some corrections with types and undeleted file
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 18m1s

This commit is contained in:
2025-08-14 09:48:52 +09:30
parent 63e0e1fd28
commit 1f45a74b2a
19 changed files with 54 additions and 105 deletions

View File

@@ -2,9 +2,9 @@
import { Image } from "astro:assets";
import { Content } from "../assets/bios/about.mdx";
import aboutImage from "../assets/img/about.jpg";
import Link from "../components/Link.astro";
import Paragraph from "../components/Paragraph.astro";
import SectionTitle from "../components/SectionTitle.astro";
import TextLink from "../components/TextLink.astro";
import MainLayout from "../layouts/MainLayout.astro";
---
@@ -13,7 +13,7 @@ import MainLayout from "../layouts/MainLayout.astro";
<section id="about" class="bg-white dark:bg-gray-950">
<div class="mx-auto max-w-4xl px-8 py-16 text-justify sm:text-center">
<SectionTitle>About</SectionTitle>
<Content components={{ p: Paragraph, a: Link }} />
<Content components={{ p: Paragraph, a: TextLink }} />
<Image
src={aboutImage}
alt="A photo of Nathan conducting the Woodville Concert Band"