--- // @ts-expect-error -- no types import '@fontsource-variable/jost' // @ts-expect-error -- no types import '@fontsource-variable/playfair-display' import '../styles/preflight.css' import '../styles/global.scss' interface Props { title?: string image?: string } const canonicalURL = new URL(Astro.url.pathname, Astro.site) // const { image = '/blog-placeholder-1.jpg' } = Astro.props let title = 'Niccolo Borgioli' const description = 'Personal blog' if (Astro.props.title) { title = Astro.props.title + ' - ' + title } --- {title} Mastodon