--- import siteConfig from "~/site.config"; import { getClacks } from "~/lib/fun"; import { descriptionConstructor, titleConstructor } from "~/lib/metadata"; const { title, description } = Astro.props; --- {titleConstructor(title, Astro.url.pathname)} {/* og */} {/* font awesone */} {/* analytics */} {/* astro generator */} {/* clacks */}