--- import {giscusConfig, siteConfig} from "../config"; interface Props { postId: string; } const { postId } = Astro.props; const config = giscusConfig const discussionTitle = `giscus - ${postId}` --- {config.enable &&
}