feat: different implementation

This commit is contained in:
John Reilly 2021-08-19 17:19:05 +01:00
parent 29afb64445
commit 84bf24c69b
3 changed files with 11 additions and 19 deletions

View file

@ -132,7 +132,7 @@ declare module '@theme/Seo' {
readonly description?: string;
readonly keywords?: readonly string[] | string;
readonly image?: string;
readonly metaTags?: Record<string, string>;
readonly children?: ReactNode;
};
const Seo: (props: Props) => JSX.Element;