--- import { commentConfig } from "@/config/commentConfig"; import { url } from "@/utils/url-utils"; interface Props { path: string; } const config = { ...commentConfig.twikoo, el: "#tcomment", path: Astro.props.path, }; ---