--- interface Props { storyID: string; storyURL: string; } const { storyID, storyURL } = Astro.props; const coralRoot = "https://coral.neeldhara.cloud"; ---