--- import { getConfig } from '@libs/config' interface Props { path: string } const { path } = Astro.props const url = new URL(path, Astro.site) ---