Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/flo-bit/shapecraft. flo-bit.dev/shapecraft
Something went wrong. Try again.
298 B · 12 lines
TypeScript
at commit d64d0486
123456789101112import type { EmbedsOption } from "astro-custom-embeds";import GithubMatcher from "./matcher";
const GithubEmbed: EmbedsOption = { componentName: "Github", urlArgument: "href", urlMatcher: GithubMatcher, directiveName: "github", importPath: "src/embeds",};
export default GithubEmbed;