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

Made with {Astro.generator} and Hosted on Vercel

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