--- 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.vue'; --- {title}

Made with {Astro.generator} and Hosted on Vercel

Copyright © 2024 Andrew Lee