--- interface Props { title: string; description: string; } const { title = "Andrew Lee", description = "Andrew Lee Website" } = Astro.props; import { ViewTransitions } from 'astro:transitions'; import Navbar from '../components/Navbar.jsx'; const date = new Date(); --- {title}

Made with {Astro.generator} and Hosted on Vercel

Copyright © {date.getFullYear()} Andrew Lee. View source code.