--- interface Props { title: string; description: string; } const { title, description } = Astro.props; import { ViewTransitions, slide } from 'astro:transitions'; import Navbar from '../components/Navbar.vue'; --- {title}

Copyright © 2024 Andrew Lee