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

Copyright © 2024 Andrew Lee