--- export interface Props { url: URL } const { url } = Astro.props const user = url.pathname.split('/')[1] const id = url.pathname.split('/')[3] ---