--- import { asset, url } from '../lib/data.js'; interface Props { title: string; } const { title } = Astro.props; ---