--- import '@assets/css/global.css' import Header from '@components/layout/header/Header.astro' import Footer from '@components/layout/footer/Footer.tsx' import SquareLines from '@components/base/SquareLines.astro' const { title, description, canonicalLink } = Astro.props const canonicalURL = canonicalLink ? new URL(canonicalLink, Astro.site) : new URL(Astro.url.pathname, Astro.site) --- {title}