--- const { id = "G-XXXXXXXXXX", partytown = false } = Astro.props; const attrs = partytown ? { type: "text/partytown" } : {}; ---