--- import "../styles/global.css"; import versionInfo from "../generated/version.json"; const version = versionInfo.version; const releaseUrl = versionInfo.url; const { title = "Computing:Box" } = Astro.props; --- {title}