Skip to content

Commit

Permalink
feat: Export TwitterCard Type
Browse files Browse the repository at this point in the history
Exporting useful TwitterCardType
  • Loading branch information
jonasmerlin committed Feb 18, 2023
2 parents 22d5cdf + 55becbe commit b8f7b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SEO.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import OpenGraphOptionalTags from "./components/OpenGraphOptionalTags.astro";
import ExtendedTags from "./components/ExtendedTags.astro";
import TwitterTags from "./components/TwitterTags.astro";
type TwitterCardType = "summary" | "summary_large_image" | "app" | "player";
export type TwitterCardType = "summary" | "summary_large_image" | "app" | "player";
export interface Link extends HTMLLinkElement {
prefetch: boolean;
Expand Down

0 comments on commit b8f7b39

Please sign in to comment.